summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spy.cpp')
-rw-r--r--src/mame/drivers/spy.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/drivers/spy.cpp b/src/mame/drivers/spy.cpp
index 1396d404b8c..6d0553fd57f 100644
--- a/src/mame/drivers/spy.cpp
+++ b/src/mame/drivers/spy.cpp
@@ -20,13 +20,16 @@
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
+#include "includes/spy.h"
+#include "includes/konamipt.h"
+
#include "cpu/m6809/m6809.h"
+#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "machine/watchdog.h"
#include "sound/3812intf.h"
-#include "includes/konamipt.h"
-#include "includes/spy.h"
+#include "speaker.h"
+
INTERRUPT_GEN_MEMBER(spy_state::spy_interrupt)
{