summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6261.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6261.cpp')
-rw-r--r--src/devices/video/huc6261.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6261.cpp b/src/devices/video/huc6261.cpp
index 4ff0080777a..546f117cf2d 100644
--- a/src/devices/video/huc6261.cpp
+++ b/src/devices/video/huc6261.cpp
@@ -94,7 +94,7 @@ void huc6261_device::apply_pal_offs(uint16_t *pix_data)
*pix_data &= 0x1ff;
}
-void huc6261_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void huc6261_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
int vpos = screen().vpos();
int hpos = screen().hpos();