mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fixed uninitialized variable in src/emu/machine/6850acia.c (nw)
This commit is contained in:
parent
582a24aeac
commit
f20cb07ace
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue