summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/turbo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/turbo.c')
-rw-r--r--src/mame/drivers/turbo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/turbo.c b/src/mame/drivers/turbo.c
index 37125b52732..89229c8aa12 100644
--- a/src/mame/drivers/turbo.c
+++ b/src/mame/drivers/turbo.c
@@ -646,7 +646,7 @@ static WRITE8_HANDLER( buckrog_ppi8255_0_w )
{
/* the port C handshaking signals control the sub CPU IRQ, */
/* so we have to sync whenever we access this PPI */
- timer_call_after_resynch(((offset & 3) << 8) | (data & 0xff), delayed_ppi8255_w);
+ timer_call_after_resynch(NULL, ((offset & 3) << 8) | (data & 0xff), delayed_ppi8255_w);
}