summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gamecom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gamecom.h')
-rw-r--r--src/mame/includes/gamecom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gamecom.h b/src/mame/includes/gamecom.h
index 75db40ddb68..9ad26af4dc7 100644
--- a/src/mame/includes/gamecom.h
+++ b/src/mame/includes/gamecom.h
@@ -283,7 +283,7 @@ private:
virtual void video_start() override;
required_shared_ptr<uint8_t> m_p_videoram;
required_shared_ptr<uint8_t> m_p_nvram;
- required_device<cpu_device> m_maincpu;
+ required_device<sm8500_cpu_device> m_maincpu;
required_device<screen_device> m_screen;
required_device<dac_byte_interface> m_dac;
required_device<dac_byte_interface> m_dac0;