summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/maxaflex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/maxaflex.c')
-rw-r--r--src/mame/drivers/maxaflex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maxaflex.c b/src/mame/drivers/maxaflex.c
index ec74a51fa77..fa25f608fe8 100644
--- a/src/mame/drivers/maxaflex.c
+++ b/src/mame/drivers/maxaflex.c
@@ -212,7 +212,7 @@ static MACHINE_RESET(supervisor_board)
portB_in = portB_out = ddrB = 0;
portC_in = portC_out = ddrC = 0;
tdr = tcr = 0;
- mcu_timer = timer_alloc( mcu_timer_proc );
+ mcu_timer = timer_alloc( mcu_timer_proc , NULL);
output_set_lamp_value(0, 0);
output_set_lamp_value(1, 0);