summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hlcd0488.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hlcd0488.cpp')
-rw-r--r--src/devices/video/hlcd0488.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hlcd0488.cpp b/src/devices/video/hlcd0488.cpp
index beed0221a3f..984a5600e6c 100644
--- a/src/devices/video/hlcd0488.cpp
+++ b/src/devices/video/hlcd0488.cpp
@@ -55,7 +55,7 @@ void hlcd0488_device::device_start()
// handlers
//-------------------------------------------------
-void hlcd0488_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void hlcd0488_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
// Latch pulse, when high, resets the %8 latch address counter
if (m_latch_pulse)