summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mediagx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mediagx.c')
-rw-r--r--src/mame/drivers/mediagx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mediagx.c b/src/mame/drivers/mediagx.c
index b0cb2019b44..d96913e9c4b 100644
--- a/src/mame/drivers/mediagx.c
+++ b/src/mame/drivers/mediagx.c
@@ -860,7 +860,7 @@ static MACHINE_RESET(mediagx)
dacl = auto_malloc(65536 * sizeof(INT16));
dacr = auto_malloc(65536 * sizeof(INT16));
- sound_timer = timer_alloc(sound_timer_callback);
+ sound_timer = timer_alloc(sound_timer_callback, NULL);
timer_adjust(sound_timer, ATTOTIME_IN_MSEC(10), 0, attotime_zero);
dmadac_enable(0, 2, 1);