summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/wd1010.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd1010.cpp')
-rw-r--r--src/devices/machine/wd1010.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd1010.cpp b/src/devices/machine/wd1010.cpp
index 4c77c88b215..b1ce0d8b168 100644
--- a/src/devices/machine/wd1010.cpp
+++ b/src/devices/machine/wd1010.cpp
@@ -127,7 +127,7 @@ void wd1010_device::device_reset()
// device_timer - device-specific timer
//-------------------------------------------------
-void wd1010_device::device_timer(emu_timer &timer, device_timer_id tid, int param, void *ptr)
+void wd1010_device::device_timer(emu_timer &timer, device_timer_id tid, int param)
{
switch (tid)
{