summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lkage.h')
-rw-r--r--src/mame/includes/lkage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lkage.h b/src/mame/includes/lkage.h
index 96d43ad305a..2fd0568233c 100644
--- a/src/mame/includes/lkage.h
+++ b/src/mame/includes/lkage.h
@@ -49,8 +49,8 @@ public:
int m_mcu_ready; /* cpu data/mcu ready status */
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
device_t *m_mcu;
DECLARE_WRITE8_MEMBER(lkage_sound_command_w);
DECLARE_WRITE8_MEMBER(lkage_sh_nmi_disable_w);