summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/next.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-01-26 08:47:06 -0500
committer AJR <ajrhacker@users.noreply.github.com>2022-01-26 08:56:03 -0500
commitca79d71af4bca7c1b8acc1df9e5dbb5b987d1542 (patch)
tree42994b1dd615273baa3e656b569ccd478270aff3 /src/mame/drivers/next.cpp
parentba918b59faad5244d87078ab3b955f64fd803c4d (diff)
Remove void *ptr parameter from emu_timer, timer_device and all related callbacks
Diffstat (limited to 'src/mame/drivers/next.cpp')
-rw-r--r--src/mame/drivers/next.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/next.cpp b/src/mame/drivers/next.cpp
index a9a06161ce6..fe8f6b9066f 100644
--- a/src/mame/drivers/next.cpp
+++ b/src/mame/drivers/next.cpp
@@ -660,7 +660,7 @@ void next_state::phy_w(offs_t offset, uint32_t data, uint32_t mem_mask)
logerror("phy_w %d %08x (%08x)\n", offset, phy[offset], maincpu->pc());
}
-void next_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void next_state::device_timer(emu_timer &timer, device_timer_id id, int param)
{
irq_set(29, true);
timer_data = timer_next_data;