fixed uninitialized member in src/emu/machine/upd1990a.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-03-08 07:20:44 +00:00
parent 027debca6f
commit 082e6d1725

View File

@ -138,6 +138,7 @@ void upd1990a_rtc_device::device_start()
void upd1990a_rtc_device::device_reset()
{
m_tp = 0;
set_current_time(machine());
}