summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/asterix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/asterix.c')
-rw-r--r--src/mame/drivers/asterix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/asterix.c b/src/mame/drivers/asterix.c
index d5b6a95af0f..ad1c361a15d 100644
--- a/src/mame/drivers/asterix.c
+++ b/src/mame/drivers/asterix.c
@@ -127,7 +127,7 @@ static TIMER_CALLBACK( nmi_callback )
static WRITE8_HANDLER( sound_arm_nmi_w )
{
cpunum_set_input_line(1, INPUT_LINE_NMI, CLEAR_LINE);
- timer_set(ATTOTIME_IN_USEC(5),0,nmi_callback);
+ timer_set(ATTOTIME_IN_USEC(5), NULL,0,nmi_callback);
}
static WRITE16_HANDLER( sound_irq_w )