diff options
Diffstat (limited to 'src/devices/machine/dp8573.cpp')
-rw-r--r-- | src/devices/machine/dp8573.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/dp8573.cpp b/src/devices/machine/dp8573.cpp index d110ffa0656..529ed3d90fe 100644 --- a/src/devices/machine/dp8573.cpp +++ b/src/devices/machine/dp8573.cpp @@ -79,7 +79,7 @@ void dp8573_device::save_registers() m_ram[REG_SAVE_MONTH] = m_ram[REG_MONTH]; } -void dp8573_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void dp8573_device::device_timer(emu_timer &timer, device_timer_id id, int param) { if ((m_pfr & PFR_OSF) || !(m_ram[REG_RTMR] & RTMR_CSS)) { |