summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rollerg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rollerg.h')
-rw-r--r--src/mame/includes/rollerg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/rollerg.h b/src/mame/includes/rollerg.h
index d95fe6526d0..46e2afd606a 100644
--- a/src/mame/includes/rollerg.h
+++ b/src/mame/includes/rollerg.h
@@ -10,10 +10,11 @@
#pragma once
+#include "cpu/m6809/konami.h" /* for the callback and the firq irq definition */
#include "machine/k053252.h"
#include "video/k051316.h"
-#include "video/konami_helper.h"
#include "video/k053244_k053245.h"
+#include "video/konami_helper.h"
class rollerg_state : public driver_device
{
@@ -40,7 +41,7 @@ private:
emu_timer *m_nmi_timer;
/* devices */
- required_device<cpu_device> m_maincpu;
+ required_device<konami_cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<k05324x_device> m_k053244;
required_device<k051316_device> m_k051316;