mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
forgot the other error (nw)
This commit is contained in:
parent
867d1a6b9e
commit
ea958c9ccb
@ -1290,7 +1290,7 @@ void z80sio_channel::receive_data()
|
||||
switch (m_wr1 & WR1_RX_INT_MODE_MASK)
|
||||
{
|
||||
case WR1_RX_INT_FIRST:
|
||||
if (m_rx_first || (rx_error & RR1_CRC_FRAMING_ERROR))
|
||||
if (m_rx_first || (rx_error & (RR1_RX_OVERRUN_ERROR | RR1_CRC_FRAMING_ERROR)))
|
||||
m_uart->trigger_interrupt(m_index, INT_RECEIVE);
|
||||
m_rx_first = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user