summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/warpwarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/warpwarp.c')
-rw-r--r--src/mame/audio/warpwarp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/warpwarp.c b/src/mame/audio/warpwarp.c
index fc1e4a8c246..13a8e843846 100644
--- a/src/mame/audio/warpwarp.c
+++ b/src/mame/audio/warpwarp.c
@@ -215,7 +215,7 @@ void *warpwarp_sh_start(int clock, const struct CustomSound_interface *config)
channel = stream_create(0, 1, CLOCK_16H, NULL, warpwarp_sound_update);
- sound_volume_timer = timer_alloc(sound_volume_decay);
- music_volume_timer = timer_alloc(music_volume_decay);
+ sound_volume_timer = timer_alloc(sound_volume_decay, NULL);
+ music_volume_timer = timer_alloc(music_volume_decay, NULL);
return auto_malloc(1);
}