summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ddragon3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ddragon3.h')
-rw-r--r--src/mame/includes/ddragon3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/ddragon3.h b/src/mame/includes/ddragon3.h
index dba603e5321..01df3309691 100644
--- a/src/mame/includes/ddragon3.h
+++ b/src/mame/includes/ddragon3.h
@@ -34,8 +34,8 @@ public:
UINT16 m_io_reg[8];
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
DECLARE_WRITE16_MEMBER(ddragon3_io_w);
DECLARE_WRITE16_MEMBER(ddragon3_scroll_w);
DECLARE_READ16_MEMBER(ddragon3_scroll_r);