summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/munchmo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/munchmo.cpp')
-rw-r--r--src/mame/drivers/munchmo.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/munchmo.cpp b/src/mame/drivers/munchmo.cpp
index e0bc16b6530..2b59c1520b2 100644
--- a/src/mame/drivers/munchmo.cpp
+++ b/src/mame/drivers/munchmo.cpp
@@ -26,9 +26,12 @@ Stephh's notes (based on the game Z80 code and some tests) :
***************************************************************************/
#include "emu.h"
+#include "includes/munchmo.h"
+
#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
-#include "includes/munchmo.h"
+#include "screen.h"
+#include "speaker.h"
/*************************************