summaryrefslogtreecommitdiffstats
path: root/src/devices/sound/dave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dave.cpp')
-rw-r--r--src/devices/sound/dave.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dave.cpp b/src/devices/sound/dave.cpp
index be2a6a8593a..8a7386e640b 100644
--- a/src/devices/sound/dave.cpp
+++ b/src/devices/sound/dave.cpp
@@ -149,7 +149,7 @@ void dave_device::device_reset()
// device_timer - handler timer events
//-------------------------------------------------
-void dave_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void dave_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch (id)
{