summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gotcha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gotcha.cpp')
-rw-r--r--src/mame/drivers/gotcha.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/mame/drivers/gotcha.cpp b/src/mame/drivers/gotcha.cpp
index b0ab9b2a504..0196ce8a7d3 100644
--- a/src/mame/drivers/gotcha.cpp
+++ b/src/mame/drivers/gotcha.cpp
@@ -60,12 +60,17 @@ Notes:
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
+#include "includes/gotcha.h"
+
#include "cpu/m68000/m68000.h"
+#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
-#include "sound/ym2151.h"
#include "sound/okim6295.h"
-#include "includes/gotcha.h"
+#include "sound/ym2151.h"
+
+#include "screen.h"
+#include "speaker.h"
+
WRITE16_MEMBER(gotcha_state::gotcha_lamps_w)
{