summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/phi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/phi.cpp')
-rw-r--r--src/devices/machine/phi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/phi.cpp b/src/devices/machine/phi.cpp
index c131f2f3191..8e44c2fb49b 100644
--- a/src/devices/machine/phi.cpp
+++ b/src/devices/machine/phi.cpp
@@ -417,7 +417,7 @@ void phi_device::device_reset()
update_488();
}
-void phi_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void phi_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
LOG_NOISY("tmr %d enabled %d\n" , id , timer.enabled());
update_fsm();