summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/vp415.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vp415.cpp')
-rw-r--r--src/mame/drivers/vp415.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vp415.cpp b/src/mame/drivers/vp415.cpp
index eec82774aa7..fa623b81ac8 100644
--- a/src/mame/drivers/vp415.cpp
+++ b/src/mame/drivers/vp415.cpp
@@ -105,7 +105,7 @@ void vp415_state::machine_start()
m_drive_2ppr_timer = timer_alloc(DRIVE_2PPR_ID);
}
-void vp415_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void vp415_state::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch (id)
{