fixed usage of uninitialized members in mm58274c_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-25 07:21:19 +00:00
parent 78687cec73
commit ce4a1750b1

View File

@ -125,6 +125,8 @@ void mm58274c_device::device_reset()
m_seconds1 = systime.local_time.second / 10;
m_seconds2 = systime.local_time.second % 10;
m_tenths = 0;
m_status = 0;
m_control = 0;
}