summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/model1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/model1.c')
-rw-r--r--src/mame/machine/model1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/model1.c b/src/mame/machine/model1.c
index 7f44eab0908..93f32644bc8 100644
--- a/src/mame/machine/model1.c
+++ b/src/mame/machine/model1.c
@@ -2031,7 +2031,7 @@ static UINT32 copro_fifoout_pop(void)
extern void v60_stall(void);
v60_stall();
- timer_call_after_resynch(0, NULL);
+ timer_call_after_resynch(NULL, 0, NULL);
return 0;
}