summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6260.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6260.cpp')
-rw-r--r--src/devices/video/huc6260.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6260.cpp b/src/devices/video/huc6260.cpp
index 08ca9abc5d9..0830aa2bf90 100644
--- a/src/devices/video/huc6260.cpp
+++ b/src/devices/video/huc6260.cpp
@@ -63,7 +63,7 @@ huc6260_device::huc6260_device(const machine_config &mconfig, const char *tag, d
}
-void huc6260_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void huc6260_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
int vpos = screen().vpos();
int hpos = screen().hpos();