summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/markham.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/markham.h')
-rw-r--r--src/mame/includes/markham.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/markham.h b/src/mame/includes/markham.h
index 6f64e752156..31311d1eb97 100644
--- a/src/mame/includes/markham.h
+++ b/src/mame/includes/markham.h
@@ -97,7 +97,7 @@ private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_subcpu;
- optional_device<cpu_device> m_mcu;
+ optional_device<mb8841_cpu_device> m_mcu;
required_device_array<sn76496_device, 2> m_sn;
required_device<screen_device> m_screen;
required_device<gfxdecode_device> m_gfxdecode;