diff options
Diffstat (limited to 'src/devices/machine/watchdog.cpp')
-rw-r--r-- | src/devices/machine/watchdog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/watchdog.cpp b/src/devices/machine/watchdog.cpp index 7829709abff..01f363b0a28 100644 --- a/src/devices/machine/watchdog.cpp +++ b/src/devices/machine/watchdog.cpp @@ -90,7 +90,7 @@ void watchdog_timer_device::device_reset() // device_timer - handle timer expiration events //------------------------------------------------- -void watchdog_timer_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void watchdog_timer_device::device_timer(emu_timer &timer, device_timer_id id, int param) { watchdog_fired(); } |