summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pipeline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pipeline.c')
-rw-r--r--src/mame/drivers/pipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pipeline.c b/src/mame/drivers/pipeline.c
index e8711dddc6f..f05b99bafbf 100644
--- a/src/mame/drivers/pipeline.c
+++ b/src/mame/drivers/pipeline.c
@@ -209,7 +209,7 @@ static TIMER_CALLBACK( protection_deferred_w )
static WRITE8_HANDLER(protection_w)
{
- timer_call_after_resynch(data, protection_deferred_w);
+ timer_call_after_resynch(NULL, data, protection_deferred_w);
cpu_boost_interleave(attotime_zero, ATTOTIME_IN_USEC(100));
}