summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/acefruit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/acefruit.c')
-rw-r--r--src/mame/drivers/acefruit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/acefruit.c b/src/mame/drivers/acefruit.c
index 7433977e0e9..ce14e4a974d 100644
--- a/src/mame/drivers/acefruit.c
+++ b/src/mame/drivers/acefruit.c
@@ -48,7 +48,7 @@ static TIMER_CALLBACK( acefruit_refresh )
static VIDEO_START( acefruit )
{
- acefruit_refresh_timer = timer_alloc( acefruit_refresh );
+ acefruit_refresh_timer = timer_alloc( acefruit_refresh , NULL);
}
static INTERRUPT_GEN( acefruit_vblank )