summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simpl156.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simpl156.cpp')
-rw-r--r--src/mame/drivers/simpl156.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/simpl156.cpp b/src/mame/drivers/simpl156.cpp
index ef947234d02..042794d2b21 100644
--- a/src/mame/drivers/simpl156.cpp
+++ b/src/mame/drivers/simpl156.cpp
@@ -91,12 +91,16 @@ Are the OKI M6295 clocks from Heavy Smash are correct at least for the Mitchell
*/
#include "emu.h"
+#include "includes/simpl156.h"
+
#include "machine/decocrpt.h"
#include "machine/deco156.h"
#include "cpu/arm/arm.h"
-#include "includes/simpl156.h"
#include "machine/eepromser.h"
#include "sound/okim6295.h"
+#include "screen.h"
+#include "speaker.h"
+
static INPUT_PORTS_START( simpl156 )
PORT_START("IN0")