summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/astrof.c')
-rw-r--r--src/mame/drivers/astrof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/astrof.c b/src/mame/drivers/astrof.c
index 8dafbbdde7e..0df28baf993 100644
--- a/src/mame/drivers/astrof.c
+++ b/src/mame/drivers/astrof.c
@@ -105,7 +105,7 @@ static TIMER_CALLBACK( irq_callback )
static void create_irq_timer(void)
{
- irq_timer = timer_alloc(irq_callback);
+ irq_timer = timer_alloc(irq_callback, NULL);
}