mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed usage of uninitialized member in mcs51_cpu_device (nw)
This commit is contained in:
parent
e2aa99dd5a
commit
17af52bfdb
@ -2313,6 +2313,8 @@ void mcs51_cpu_device::device_reset()
|
||||
m_uart.tx_clk = 0;
|
||||
m_uart.bits_to_send = 0;
|
||||
m_uart.delay_cycles = 0;
|
||||
|
||||
m_recalc_parity = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user