summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmo16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmo16.cpp')
-rw-r--r--src/mame/drivers/tecmo16.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/tecmo16.cpp b/src/mame/drivers/tecmo16.cpp
index 6a34ed999a9..86b2cb1ba9c 100644
--- a/src/mame/drivers/tecmo16.cpp
+++ b/src/mame/drivers/tecmo16.cpp
@@ -26,11 +26,14 @@ Notes:
******************************************************************************/
#include "emu.h"
+#include "includes/tecmo16.h"
+
#include "cpu/m68000/m68000.h"
#include "cpu/z80/z80.h"
-#include "sound/ym2151.h"
#include "sound/okim6295.h"
-#include "includes/tecmo16.h"
+#include "sound/ym2151.h"
+#include "speaker.h"
+
/******************************************************************************/