summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blockout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blockout.h')
-rw-r--r--src/mame/includes/blockout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/blockout.h b/src/mame/includes/blockout.h
index c7c5df808b0..b2d69633c04 100644
--- a/src/mame/includes/blockout.h
+++ b/src/mame/includes/blockout.h
@@ -23,8 +23,8 @@ public:
UINT16 m_color;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
DECLARE_WRITE16_MEMBER(blockout_sound_command_w);
DECLARE_WRITE16_MEMBER(blockout_irq6_ack_w);
DECLARE_WRITE16_MEMBER(blockout_irq5_ack_w);