mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
MT 07209: DAI: Since 0.153, assembler based games are not working anymore
This commit is contained in:
parent
ca475f4559
commit
635a6a32fd
@ -267,6 +267,9 @@ READ8_MEMBER( tms5501_device::sta_r )
|
||||
|
||||
m_sta &= ~STA_OE;
|
||||
|
||||
if(is_transmit_register_empty())
|
||||
m_sta |= STA_XBE;
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user