summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/ds1302.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1302.cpp')
-rw-r--r--src/devices/machine/ds1302.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1302.cpp b/src/devices/machine/ds1302.cpp
index 0cdb5ea5242..e284e359e12 100644
--- a/src/devices/machine/ds1302.cpp
+++ b/src/devices/machine/ds1302.cpp
@@ -132,7 +132,7 @@ void ds1302_device::device_start()
// device_timer - handler timer events
//-------------------------------------------------
-void ds1302_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void ds1302_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
if (!CLOCK_HALT)
{