summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/homedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/homedata.h')
-rw-r--r--src/mame/includes/homedata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/homedata.h b/src/mame/includes/homedata.h
index 2860aedce15..dc5c158a136 100644
--- a/src/mame/includes/homedata.h
+++ b/src/mame/includes/homedata.h
@@ -36,8 +36,8 @@ public:
int m_from_cpu;
/* device */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
dac_device *m_dac;
device_t *m_ym;
sn76489a_new_device *m_sn;