summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m10.h')
-rw-r--r--src/mame/includes/m10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m10.h b/src/mame/includes/m10.h
index 4cd142b00cd..740c80bbcba 100644
--- a/src/mame/includes/m10.h
+++ b/src/mame/includes/m10.h
@@ -61,7 +61,7 @@ public:
int m_last;
/* devices */
- device_t *m_maincpu;
+ cpu_device *m_maincpu;
device_t *m_ic8j1;
device_t *m_ic8j2;
samples_device *m_samples;