summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mexico86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mexico86.h')
-rw-r--r--src/mame/includes/mexico86.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/mexico86.h b/src/mame/includes/mexico86.h
index b432120f7cf..be84b81c66a 100644
--- a/src/mame/includes/mexico86.h
+++ b/src/mame/includes/mexico86.h
@@ -32,9 +32,9 @@ public:
int m_coin_last;
/* 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_mcu;
/* queue */