summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/arkanoid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/arkanoid.c')
-rw-r--r--src/mame/machine/arkanoid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/arkanoid.c b/src/mame/machine/arkanoid.c
index 1112886118c..7219739021d 100644
--- a/src/mame/machine/arkanoid.c
+++ b/src/mame/machine/arkanoid.c
@@ -60,7 +60,7 @@ static TIMER_CALLBACK( test )
WRITE8_HANDLER( arkanoid_Z80_mcu_w )
{
- timer_call_after_resynch(data, test);
+ timer_call_after_resynch(NULL, data, test);
/* boost the interleave for a few usecs to make sure it is read successfully */
cpu_boost_interleave(attotime_zero, ATTOTIME_IN_USEC(10));
}