i8251: minor fix to tx ready handling

This commit is contained in:
fulivi 2015-10-31 15:54:16 +01:00
parent 6697db2c1e
commit d9708160b5

View File

@ -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()) {