summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vendetta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vendetta.c')
-rw-r--r--src/mame/drivers/vendetta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vendetta.c b/src/mame/drivers/vendetta.c
index 67477a74783..a67a5f3829c 100644
--- a/src/mame/drivers/vendetta.c
+++ b/src/mame/drivers/vendetta.c
@@ -244,7 +244,7 @@ static WRITE8_HANDLER( z80_arm_nmi_w )
{
cpunum_set_input_line(1, INPUT_LINE_NMI, CLEAR_LINE );
- timer_set( ATTOTIME_IN_USEC( 25 ), 0, z80_nmi_callback );
+ timer_set( ATTOTIME_IN_USEC( 25 ), NULL, 0, z80_nmi_callback );
}
static WRITE8_HANDLER( z80_irq_w )