mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Fix for building with visual studio 2019 (nw)
This commit is contained in:
parent
9ce4a078e0
commit
236c87cfea
@ -202,9 +202,6 @@ void timekeeper_device::device_start()
|
||||
{
|
||||
system_time systime;
|
||||
|
||||
/* validate some basic stuff */
|
||||
assert(this != nullptr);
|
||||
|
||||
machine().base_datetime(systime);
|
||||
|
||||
m_control = 0;
|
||||
@ -237,7 +234,6 @@ void timekeeper_device::device_start()
|
||||
m_watchdog_timer->adjust(attotime::never);
|
||||
m_reset_cb.resolve_safe();
|
||||
m_irq_cb.resolve_safe();
|
||||
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user