summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/acan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/acan.cpp')
-rw-r--r--src/mame/audio/acan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/acan.cpp b/src/mame/audio/acan.cpp
index 0df726ad8c9..f9e559236a1 100644
--- a/src/mame/audio/acan.cpp
+++ b/src/mame/audio/acan.cpp
@@ -71,7 +71,7 @@ void acan_sound_device::device_reset()
m_dma_irq_handler(0);
}
-void acan_sound_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void acan_sound_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
if (m_regs[0x14] & 0x40)
{