summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gijoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gijoe.h')
-rw-r--r--src/mame/includes/gijoe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/gijoe.h b/src/mame/includes/gijoe.h
index 641f14abea8..1c6f17b6c68 100644
--- a/src/mame/includes/gijoe.h
+++ b/src/mame/includes/gijoe.h
@@ -30,8 +30,8 @@ public:
emu_timer *m_dmadelay_timer;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
device_t *m_k054539;
device_t *m_k056832;
device_t *m_k053246;