summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thunderx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thunderx.cpp')
-rw-r--r--src/mame/drivers/thunderx.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/drivers/thunderx.cpp b/src/mame/drivers/thunderx.cpp
index eb6557969fa..b384a0b94cc 100644
--- a/src/mame/drivers/thunderx.cpp
+++ b/src/mame/drivers/thunderx.cpp
@@ -33,13 +33,15 @@
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
+#include "includes/thunderx.h"
+#include "includes/konamipt.h"
+
#include "cpu/m6809/konami.h" /* for the callback and the firq irq definition */
+#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "machine/watchdog.h"
#include "sound/ym2151.h"
-#include "includes/konamipt.h"
-#include "includes/thunderx.h"
+#include "speaker.h"
INTERRUPT_GEN_MEMBER(thunderx_state::vblank_interrupt)