summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cchasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cchasm.c')
-rw-r--r--src/mame/audio/cchasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/cchasm.c b/src/mame/audio/cchasm.c
index 0bca6fce629..c5d9453d284 100644
--- a/src/mame/audio/cchasm.c
+++ b/src/mame/audio/cchasm.c
@@ -182,7 +182,7 @@ SOUND_START( cchasm )
ctc_intf.baseclock = machine->drv->cpu[1].clock;
z80ctc_init (0, &ctc_intf);
- timer_pulse(attotime_make(0, machine->screen[0].refresh), 0, cchasm_sh_update);
+ timer_pulse(attotime_make(0, machine->screen[0].refresh), NULL, 0, cchasm_sh_update);
}