mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
pd4990a.c: don't set time to 0 on reset (nw)
This commit is contained in:
parent
d77a52f5e4
commit
4799b1d3c6
@ -131,14 +131,6 @@ void upd4990a_old_device::device_start()
|
||||
|
||||
void upd4990a_old_device::device_reset()
|
||||
{
|
||||
m_seconds = 0;
|
||||
m_minutes = 0;
|
||||
m_hours = 0;
|
||||
m_days = 0;
|
||||
m_month = 0;
|
||||
m_year = 0;
|
||||
m_weekday = 0;
|
||||
|
||||
m_shiftlo = 0;
|
||||
m_shifthi = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user