mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
fixed uninitialized variable in src/emu/machine/6850acia.c (nw)
This commit is contained in:
parent
582a24aeac
commit
f20cb07ace
@ -153,6 +153,7 @@ void acia6850_device::device_reset()
|
||||
m_rx_state = START;
|
||||
m_tx_state = START;
|
||||
m_irq = 0;
|
||||
m_rts = 0;
|
||||
|
||||
m_out_irq_func(CLEAR_LINE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user