summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/segag80r.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/segag80r.c')
-rw-r--r--src/mame/audio/segag80r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/segag80r.c b/src/mame/audio/segag80r.c
index 710540d0c0d..6e5522a21cf 100644
--- a/src/mame/audio/segag80r.c
+++ b/src/mame/audio/segag80r.c
@@ -579,7 +579,7 @@ static void *sega005_custom_start(int clock, const struct CustomSound_interface
sega005_stream = stream_create(0, 1, SEGA005_COUNTER_FREQ, NULL, sega005_stream_update);
/* create a timer for the 555 */
- sega005_sound_timer = timer_alloc(sega005_auto_timer);
+ sega005_sound_timer = timer_alloc(sega005_auto_timer, NULL);
/* set the initial sound data */
sound_data = 0x00;