summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twin16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/twin16.cpp')
-rw-r--r--src/mame/drivers/twin16.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/drivers/twin16.cpp b/src/mame/drivers/twin16.cpp
index 4d6ff2ef0e6..e1844f3d911 100644
--- a/src/mame/drivers/twin16.cpp
+++ b/src/mame/drivers/twin16.cpp
@@ -46,15 +46,16 @@ Known Issues:
*/
#include "emu.h"
+#include "includes/twin16.h"
+#include "includes/konamipt.h"
+
#include "cpu/m68000/m68000.h"
#include "cpu/z80/z80.h"
-#include "sound/ym2151.h"
#include "machine/gen_latch.h"
#include "machine/nvram.h"
#include "machine/watchdog.h"
-#include "includes/twin16.h"
-#include "includes/konamipt.h"
-
+#include "sound/ym2151.h"
+#include "speaker.h"
#define CPUA_IRQ_ENABLE (m_CPUA_register & 0x20)