summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gumbo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gumbo.cpp')
-rw-r--r--src/mame/drivers/gumbo.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/gumbo.cpp b/src/mame/drivers/gumbo.cpp
index 99509e8ab1f..d0f9450a544 100644
--- a/src/mame/drivers/gumbo.cpp
+++ b/src/mame/drivers/gumbo.cpp
@@ -44,9 +44,13 @@ PCB Layout
*/
#include "emu.h"
+#include "includes/gumbo.h"
+
#include "cpu/m68000/m68000.h"
#include "sound/okim6295.h"
-#include "includes/gumbo.h"
+#include "screen.h"
+#include "speaker.h"
+
static ADDRESS_MAP_START( gumbo_map, AS_PROGRAM, 16, gumbo_state )
AM_RANGE(0x000000, 0x03ffff) AM_ROM