diff options
Diffstat (limited to 'src/mame/includes/tigeroad.h')
-rw-r--r-- | src/mame/includes/tigeroad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tigeroad.h b/src/mame/includes/tigeroad.h index b0cc9813f0e..9696abb5932 100644 --- a/src/mame/includes/tigeroad.h +++ b/src/mame/includes/tigeroad.h @@ -142,6 +142,6 @@ private: DECLARE_WRITE16_MEMBER(blktiger_to_mcu_w); - required_device<cpu_device> m_mcu; + required_device<i8751_device> m_mcu; uint8_t m_old_p3; }; |