summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/othunder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/othunder.cpp')
-rw-r--r--src/mame/drivers/othunder.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/mame/drivers/othunder.cpp b/src/mame/drivers/othunder.cpp
index dc830b11a3c..8efd0b53ac8 100644
--- a/src/mame/drivers/othunder.cpp
+++ b/src/mame/drivers/othunder.cpp
@@ -285,14 +285,17 @@ TODO:
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
+#include "includes/othunder.h"
+#include "includes/taitoipt.h"
+#include "audio/taitosnd.h"
+
#include "cpu/m68000/m68000.h"
+#include "cpu/z80/z80.h"
#include "machine/eepromser.h"
-#include "audio/taitosnd.h"
#include "sound/2610intf.h"
#include "sound/flt_vol.h"
-#include "includes/othunder.h"
-#include "includes/taitoipt.h"
+#include "screen.h"
+#include "speaker.h"
/***********************************************************