mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Sets RR1_ALL_SENT on reset, previously it relied on tra_complete() being called after reset. It's no longer called if there has been no data sent.
This commit is contained in:
parent
11137da005
commit
e9aa1c9a03
@ -591,6 +591,7 @@ void z80dart_channel::device_reset()
|
||||
// disable transmitter
|
||||
m_wr[5] &= ~WR5_TX_ENABLE;
|
||||
m_rr[0] |= RR0_TX_BUFFER_EMPTY;
|
||||
m_rr[1] |= RR1_ALL_SENT;
|
||||
|
||||
// reset external lines
|
||||
set_rts(1);
|
||||
|
Loading…
Reference in New Issue
Block a user