MT 07209: DAI: Since 0.153, assembler based games are not working anymore

This commit is contained in:
Robbbert 2019-03-21 00:42:19 +11:00
parent ca475f4559
commit 635a6a32fd

View File

@ -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;
}