summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ms32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ms32.cpp')
-rw-r--r--src/mame/drivers/ms32.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/ms32.cpp b/src/mame/drivers/ms32.cpp
index b1007f5e45e..e97a1f14543 100644
--- a/src/mame/drivers/ms32.cpp
+++ b/src/mame/drivers/ms32.cpp
@@ -169,11 +169,13 @@ Super Strong Warriors
/********** BITS & PIECES **********/
#include "emu.h"
+#include "includes/ms32.h"
+#include "machine/jalcrpt.h"
+
#include "cpu/z80/z80.h"
#include "cpu/v60/v60.h"
#include "sound/ymf271.h"
-#include "machine/jalcrpt.h"
-#include "includes/ms32.h"
+#include "speaker.h"
/********** READ INPUTS **********/