summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pecom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pecom.h')
-rw-r--r--src/mame/includes/pecom.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/includes/pecom.h b/src/mame/includes/pecom.h
index 8320079d2e1..c97216ac77c 100644
--- a/src/mame/includes/pecom.h
+++ b/src/mame/includes/pecom.h
@@ -1,11 +1,12 @@
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
-#ifndef __PECOM__
-#define __PECOM__
+#ifndef MAME_INCLUDES_PECOM_H
+#define MAME_INCLUDES_PECOM_H
#include "cpu/cosmac/cosmac.h"
#include "imagedev/cassette.h"
#include "machine/ram.h"
+#include "sound/cdp1869.h"
#define SCREEN_TAG "screen"
#define CDP1802_TAG "cdp1802"
@@ -73,4 +74,4 @@ protected:
MACHINE_CONFIG_EXTERN( pecom_video );
-#endif
+#endif // MAME_INCLUDES_PECOM_H