summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crimfght.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crimfght.cpp')
-rw-r--r--src/mame/drivers/crimfght.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/crimfght.cpp b/src/mame/drivers/crimfght.cpp
index 6458cce8a71..c35f32de4fb 100644
--- a/src/mame/drivers/crimfght.cpp
+++ b/src/mame/drivers/crimfght.cpp
@@ -14,12 +14,14 @@
***************************************************************************/
#include "emu.h"
+#include "includes/konamipt.h"
+#include "includes/crimfght.h"
+
#include "cpu/z80/z80.h"
#include "cpu/m6809/konami.h" /* for the callback and the firq irq definition */
#include "machine/watchdog.h"
#include "sound/ym2151.h"
-#include "includes/konamipt.h"
-#include "includes/crimfght.h"
+#include "speaker.h"
WRITE8_MEMBER(crimfght_state::crimfght_coin_w)