summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco_mlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco_mlc.c')
-rw-r--r--src/mame/drivers/deco_mlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/deco_mlc.c b/src/mame/drivers/deco_mlc.c
index e927ab513b8..d86c62fec72 100644
--- a/src/mame/drivers/deco_mlc.c
+++ b/src/mame/drivers/deco_mlc.c
@@ -422,7 +422,7 @@ GFXDECODE_END
static MACHINE_RESET( mlc )
{
- raster_irq_timer = timer_alloc(interrupt_gen);
+ raster_irq_timer = timer_alloc(interrupt_gen, NULL);
}
static struct YMZ280Binterface ymz280b_intf =