summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alg.c')
-rw-r--r--src/mame/drivers/alg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alg.c b/src/mame/drivers/alg.c
index e6ec61d464b..d7a5bf638a5 100644
--- a/src/mame/drivers/alg.c
+++ b/src/mame/drivers/alg.c
@@ -145,7 +145,7 @@ static VIDEO_UPDATE( alg )
static MACHINE_START( alg )
{
discinfo = laserdisc_init(LASERDISC_TYPE_LDP1450, get_disk_handle(0), 1);
- serial_timer = timer_alloc(response_timer);
+ serial_timer = timer_alloc(response_timer, NULL);
serial_timer_active = FALSE;
}