summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/rollerg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rollerg.cpp')
-rw-r--r--src/mame/drivers/rollerg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rollerg.cpp b/src/mame/drivers/rollerg.cpp
index fac7639efcc..7ee72145885 100644
--- a/src/mame/drivers/rollerg.cpp
+++ b/src/mame/drivers/rollerg.cpp
@@ -54,7 +54,7 @@ void rollerg_state::soundirq_w(uint8_t data)
m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff); // Z80
}
-void rollerg_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void rollerg_state::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch (id)
{