summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/msisaac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/msisaac.h')
-rw-r--r--src/mame/includes/msisaac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/msisaac.h b/src/mame/includes/msisaac.h
index b3bb8eb2860..256b3236203 100644
--- a/src/mame/includes/msisaac.h
+++ b/src/mame/includes/msisaac.h
@@ -42,7 +42,7 @@ public:
UINT8 m_snd_ctrl3;
/* devices */
- device_t *m_audiocpu;
+ cpu_device *m_audiocpu;
DECLARE_WRITE8_MEMBER(sound_command_w);
DECLARE_WRITE8_MEMBER(nmi_disable_w);
DECLARE_WRITE8_MEMBER(nmi_enable_w);