summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/qdrmfgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/qdrmfgp.c')
-rw-r--r--src/mame/drivers/qdrmfgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/qdrmfgp.c b/src/mame/drivers/qdrmfgp.c
index b04f9cf64b5..b9653e53906 100644
--- a/src/mame/drivers/qdrmfgp.c
+++ b/src/mame/drivers/qdrmfgp.c
@@ -656,7 +656,7 @@ static MACHINE_RESET( qdrmfgp2 )
sndram = memory_region(REGION_SOUND1) + 0x100000;
/* sound irq (CCU? 240Hz) */
- timer_pulse(ATTOTIME_IN_HZ(18432000/76800), 0, gp2_timer_callback);
+ timer_pulse(ATTOTIME_IN_HZ(18432000/76800), NULL, 0, gp2_timer_callback);
/* reset the IDE controller */
gp2_irq_control = 0;