summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/momoko.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/momoko.cpp')
-rw-r--r--src/mame/drivers/momoko.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/momoko.cpp b/src/mame/drivers/momoko.cpp
index 3feb5c7fa37..1fedaa73dda 100644
--- a/src/mame/drivers/momoko.cpp
+++ b/src/mame/drivers/momoko.cpp
@@ -46,11 +46,14 @@ Stephh's notes (based on the game Z80 code and some tests) :
*****************************************************************************/
#include "emu.h"
+#include "includes/momoko.h"
+
#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "machine/watchdog.h"
#include "sound/2203intf.h"
-#include "includes/momoko.h"
+#include "screen.h"
+#include "speaker.h"
WRITE8_MEMBER(momoko_state::momoko_bg_read_bank_w)