summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xexex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xexex.c')
-rw-r--r--src/mame/drivers/xexex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xexex.c b/src/mame/drivers/xexex.c
index 269a1fa5543..44ea5706197 100644
--- a/src/mame/drivers/xexex.c
+++ b/src/mame/drivers/xexex.c
@@ -633,7 +633,7 @@ static MACHINE_START( xexex )
resume_trigger = 1000;
- dmadelay_timer = timer_alloc(dmaend_callback);
+ dmadelay_timer = timer_alloc(dmaend_callback, NULL);
}