mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Merge pull request #5137 from fulivi/hp9845_dev17
Z80SIO: fixed a few regressions after PR #5115
This commit is contained in:
commit
094965b0d6
@ -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