summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/8080bw.h')
-rw-r--r--src/mame/includes/8080bw.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/mame/includes/8080bw.h b/src/mame/includes/8080bw.h
index bf9764dd819..3f6e1a4f760 100644
--- a/src/mame/includes/8080bw.h
+++ b/src/mame/includes/8080bw.h
@@ -6,11 +6,20 @@
8080-based black and white hardware
****************************************************************************/
+#ifndef MAME_INCLUDES_8080BW_H
+#define MAME_INCLUDES_8080BW_H
+
+#pragma once
#include "includes/mw8080bw.h"
-#include "sound/sn76477.h"
-#include "sound/speaker.h"
+
#include "machine/eepromser.h"
+#include "sound/sn76477.h"
+#include "sound/spkrdev.h"
+
+#include "screen.h"
+
+
/* for games in 8080bw.c */
#define CABINET_PORT_TAG "CAB"
@@ -176,3 +185,5 @@ DISCRETE_SOUND_EXTERN( ballbomb );
DISCRETE_SOUND_EXTERN( indianbt );
DISCRETE_SOUND_EXTERN( polaris );
DISCRETE_SOUND_EXTERN( schaser );
+
+#endif // MAME_INCLUDES_8080BW_H