diff options
Diffstat (limited to 'src/mame/includes/midvunit.h')
-rw-r--r-- | src/mame/includes/midvunit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/midvunit.h b/src/mame/includes/midvunit.h index a0268a49177..1b340276749 100644 --- a/src/mame/includes/midvunit.h +++ b/src/mame/includes/midvunit.h @@ -173,7 +173,7 @@ private: DECLARE_MACHINE_RESET(midvplus); uint32_t screen_update_midvunit(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); TIMER_CALLBACK_MEMBER(scanline_timer_cb); - required_device<cpu_device> m_maincpu; + required_device<tms32031_device> m_maincpu; required_device<watchdog_timer_device> m_watchdog; required_device<palette_device> m_palette; optional_device<adc0844_device> m_adc; |