summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/mc68901.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc68901.cpp')
-rw-r--r--src/devices/machine/mc68901.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc68901.cpp b/src/devices/machine/mc68901.cpp
index 082e02985a7..5160e27eee9 100644
--- a/src/devices/machine/mc68901.cpp
+++ b/src/devices/machine/mc68901.cpp
@@ -503,7 +503,7 @@ void mc68901_device::device_reset()
// device_timer - handler timer events
//-------------------------------------------------
-void mc68901_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void mc68901_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
if(id >= TIMER_A && id <= TIMER_D)
timer_count(id);