summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sbrkout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sbrkout.c')
-rw-r--r--src/mame/drivers/sbrkout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sbrkout.c b/src/mame/drivers/sbrkout.c
index 396094bce99..f7f8075dd47 100644
--- a/src/mame/drivers/sbrkout.c
+++ b/src/mame/drivers/sbrkout.c
@@ -77,7 +77,7 @@ static TIMER_CALLBACK( sbrkout_tones_4V )
static MACHINE_RESET( sbrkout )
{
- timer_pulse(TIME_4V, 0, sbrkout_tones_4V);
+ timer_pulse(TIME_4V, NULL, 0, sbrkout_tones_4V);
}