summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crimfght.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crimfght.h')
-rw-r--r--src/mame/includes/crimfght.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/crimfght.h b/src/mame/includes/crimfght.h
index e77992fa5c1..8e0924e042c 100644
--- a/src/mame/includes/crimfght.h
+++ b/src/mame/includes/crimfght.h
@@ -10,6 +10,7 @@
#pragma once
+#include "cpu/m6809/konami.h" /* for the callback and the firq irq definition */
#include "machine/bankdev.h"
#include "machine/gen_latch.h"
#include "sound/k007232.h"
@@ -34,7 +35,7 @@ public:
{ }
/* devices */
- required_device<cpu_device> m_maincpu;
+ required_device<konami_cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<address_map_bank_device> m_bank0000;
required_device<k007232_device> m_k007232;