summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ironhors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ironhors.h')
-rw-r--r--src/mame/includes/ironhors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/ironhors.h b/src/mame/includes/ironhors.h
index a4d6928f0ea..b6a651fe8a0 100644
--- a/src/mame/includes/ironhors.h
+++ b/src/mame/includes/ironhors.h
@@ -31,8 +31,8 @@ public:
int m_spriterambank;
/* devices */
- device_t *m_maincpu;
- device_t *m_soundcpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_soundcpu;
DECLARE_WRITE8_MEMBER(ironhors_sh_irqtrigger_w);
DECLARE_WRITE8_MEMBER(ironhors_videoram_w);
DECLARE_WRITE8_MEMBER(ironhors_colorram_w);