summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/topspeed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/topspeed.h')
-rw-r--r--src/mame/includes/topspeed.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/topspeed.h b/src/mame/includes/topspeed.h
index 42b648cc5c6..322773f8d4a 100644
--- a/src/mame/includes/topspeed.h
+++ b/src/mame/includes/topspeed.h
@@ -35,9 +35,9 @@ public:
INT32 m_banknum;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
- device_t *m_subcpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
+ cpu_device *m_subcpu;
device_t *m_pc080sn_1;
device_t *m_pc080sn_2;
device_t *m_tc0220ioc;