Merge pull request #5137 from fulivi/hp9845_dev17

Z80SIO: fixed a few regressions after PR #5115
This commit is contained in:
R. Belmont 2019-06-02 12:57:20 -04:00 committed by GitHub
commit 094965b0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?