mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
fixed uninitialized members in src/emu/machine/upd1990a.c (nw)
This commit is contained in:
parent
6c5af3ca4a
commit
3b5012fdef
@ -139,6 +139,7 @@ void upd1990a_rtc_device::device_start()
|
|||||||
void upd1990a_rtc_device::device_reset()
|
void upd1990a_rtc_device::device_reset()
|
||||||
{
|
{
|
||||||
m_tp = 0;
|
m_tp = 0;
|
||||||
|
m_c_unlatched = 0;
|
||||||
set_current_time(machine());
|
set_current_time(machine());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user