summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarisy1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarisy1.c')
-rw-r--r--src/mame/drivers/atarisy1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atarisy1.c b/src/mame/drivers/atarisy1.c
index a0bf10ee83d..fedfdf98585 100644
--- a/src/mame/drivers/atarisy1.c
+++ b/src/mame/drivers/atarisy1.c
@@ -186,7 +186,7 @@ static MACHINE_RESET( atarisy1 )
/* reset the joystick parameters */
joystick_value = 0;
- joystick_timer = timer_alloc(delayed_joystick_int);
+ joystick_timer = timer_alloc(delayed_joystick_int, NULL);
joystick_int = 0;
joystick_int_enable = 0;
}