summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/opwolf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/opwolf.cpp')
-rw-r--r--src/mame/drivers/opwolf.cpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/mame/drivers/opwolf.cpp b/src/mame/drivers/opwolf.cpp
index 72853c009a0..2041f3529a9 100644
--- a/src/mame/drivers/opwolf.cpp
+++ b/src/mame/drivers/opwolf.cpp
@@ -274,13 +274,17 @@ register. So what is controlling priority.
#define SOUND_CPU_CLOCK (XTAL_8MHz / 2) /* clock for Z80 sound CPU */
#include "emu.h"
-#include "cpu/z80/z80.h"
+#include "includes/opwolf.h"
+#include "audio/taitosnd.h"
+
#include "cpu/m68000/m68000.h"
+#include "cpu/z80/z80.h"
#include "includes/taitoipt.h"
-#include "audio/taitosnd.h"
-#include "sound/ym2151.h"
#include "sound/msm5205.h"
-#include "includes/opwolf.h"
+#include "sound/ym2151.h"
+#include "screen.h"
+#include "speaker.h"
+
READ16_MEMBER(opwolf_state::cchip_r)
{