summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_l.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_l.h')
-rw-r--r--src/mame/includes/taito_l.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/taito_l.h b/src/mame/includes/taito_l.h
index f731ae78ff0..67e271c8821 100644
--- a/src/mame/includes/taito_l.h
+++ b/src/mame/includes/taito_l.h
@@ -52,8 +52,8 @@ public:
const char *m_portf1_tag;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
/* memory buffers */
UINT8 m_rambanks[0x1000 * 12];