mirror of
https://github.com/holub/mame
synced 2025-05-06 14:25:54 +03:00
z80sio: fixed a few regressions in systems with z80sio/i8274
This commit is contained in:
parent
606262452e
commit
79dbc452e8
@ -1043,6 +1043,9 @@ void z80sio_channel::device_reset()
|
||||
m_all_sent_delay = 0;
|
||||
m_tx_in_pkt = false;
|
||||
m_tx_forced_sync = true;
|
||||
m_txd = 1;
|
||||
out_txd_cb(1);
|
||||
m_tx_sr = ~0;
|
||||
|
||||
// TODO: what happens to WAIT/READY?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user