summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas18.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas18.c')
-rw-r--r--src/mame/drivers/segas18.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segas18.c b/src/mame/drivers/segas18.c
index 6dff9a0fe11..e00b4394cd5 100644
--- a/src/mame/drivers/segas18.c
+++ b/src/mame/drivers/segas18.c
@@ -204,7 +204,7 @@ static MACHINE_RESET( system18 )
/* if we are running with a real live 8751, we need to boost the interleave at startup */
if (machine->drv->cpu[2].type == CPU_I8751)
- timer_call_after_resynch(0, boost_interleave);
+ timer_call_after_resynch(NULL, 0, boost_interleave);
}