summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/opwolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/opwolf.c')
-rw-r--r--src/mame/drivers/opwolf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/opwolf.c b/src/mame/drivers/opwolf.c
index 0bc02800350..d7c47095535 100644
--- a/src/mame/drivers/opwolf.c
+++ b/src/mame/drivers/opwolf.c
@@ -107,6 +107,8 @@ register. So what is controlling priority.
#define SOUND_CPU_CLOCK (XTAL_8MHz / 2) /* clock for Z80 sound CPU */
#include "driver.h"
+#include "cpu/z80/z80.h"
+#include "cpu/m68000/m68000.h"
#include "taitoipt.h"
#include "video/taitoic.h"
#include "audio/taitosnd.h"