mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
i8251: minor fix to tx ready handling
This commit is contained in:
parent
6697db2c1e
commit
d9708160b5
@ -658,6 +658,7 @@ WRITE8_MEMBER(i8251_device::data_w)
|
||||
|
||||
/* writing clears */
|
||||
m_status &=~I8251_STATUS_TX_READY;
|
||||
update_tx_ready();
|
||||
|
||||
// Store state of tx enable when writing to DB buffer
|
||||
if (is_tx_enabled()) {
|
||||
|
Loading…
Reference in New Issue
Block a user