mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Fix regression (nw)
This commit is contained in:
parent
4ff99d49ee
commit
c56b448424
@ -558,7 +558,7 @@ READ8_MEMBER(taitojc_state::mcu_comm_r)
|
||||
return m_mcu_data_main;
|
||||
|
||||
case 0x04:
|
||||
return m_mcu_comm_main;
|
||||
return m_mcu_comm_main | 0x14;
|
||||
|
||||
default:
|
||||
logerror("mcu_comm_r: %02X at %08X\n", offset, m_maincpu->pc());
|
||||
|
Loading…
Reference in New Issue
Block a user