summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/senjyo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/senjyo.c')
-rw-r--r--src/mame/audio/senjyo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/senjyo.c b/src/mame/audio/senjyo.c
index 1eb6f21d0de..7520692020c 100644
--- a/src/mame/audio/senjyo.c
+++ b/src/mame/audio/senjyo.c
@@ -84,5 +84,5 @@ void senjyo_sh_start(void)
sample_set_volume(0,0);
sample_start_raw(0,_single,SINGLE_LENGTH,single_rate,1);
- timer_pulse(attotime_make(0, Machine->screen[0].refresh), 0, senjyo_sh_update);
+ timer_pulse(attotime_make(0, Machine->screen[0].refresh), NULL, 0, senjyo_sh_update);
}