summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/foodf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/foodf.c')
-rw-r--r--src/mame/drivers/foodf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/foodf.c b/src/mame/drivers/foodf.c
index 03b6f4734e8..27fd7af25ed 100644
--- a/src/mame/drivers/foodf.c
+++ b/src/mame/drivers/foodf.c
@@ -153,7 +153,7 @@ static TIMER_CALLBACK( scanline_update )
static MACHINE_START( foodf )
{
state_save_register_global(whichport);
- scanline_timer = timer_alloc(scanline_update);
+ scanline_timer = timer_alloc(scanline_update, NULL);
}