mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
fixed uninitialized member in src/emu/machine/upd1990a.c (nw)
This commit is contained in:
parent
027debca6f
commit
082e6d1725
@ -138,6 +138,7 @@ void upd1990a_rtc_device::device_start()
|
|||||||
|
|
||||||
void upd1990a_rtc_device::device_reset()
|
void upd1990a_rtc_device::device_reset()
|
||||||
{
|
{
|
||||||
|
m_tp = 0;
|
||||||
set_current_time(machine());
|
set_current_time(machine());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user