summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/redalert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/redalert.cpp')
-rw-r--r--src/mame/drivers/redalert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/redalert.cpp b/src/mame/drivers/redalert.cpp
index ba23977412e..fcd5b50a598 100644
--- a/src/mame/drivers/redalert.cpp
+++ b/src/mame/drivers/redalert.cpp
@@ -113,7 +113,7 @@ INTERRUPT_GEN_MEMBER(redalert_state::redalert_vblank_interrupt)
{
if( ioport("COIN")->read() )
/* the service coin as conntected to the CPU's RDY pin as well */
- device.execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ device.execute().pulse_input_line(INPUT_LINE_NMI, attotime::zero);
device.execute().set_input_line(M6502_IRQ_LINE, ASSERT_LINE);
}