summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/laserbat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/laserbat.cpp')
-rw-r--r--src/mame/drivers/laserbat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/laserbat.cpp b/src/mame/drivers/laserbat.cpp
index 833ff5806b0..f8057fcb8da 100644
--- a/src/mame/drivers/laserbat.cpp
+++ b/src/mame/drivers/laserbat.cpp
@@ -459,12 +459,12 @@ void laserbat_state::machine_start()
save_item(NAME(m_keys));
}
-void laserbat_state_base::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void laserbat_state_base::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch (id)
{
case TIMER_SCANLINE:
- video_line(ptr, param);
+ video_line(param);
break;
default:
throw emu_fatalerror("Unknown id in laserbat_state_base::device_timer");