summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rainbow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rainbow.cpp')
-rw-r--r--src/mame/drivers/rainbow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rainbow.cpp b/src/mame/drivers/rainbow.cpp
index 4cb768fdd90..bb7026014ad 100644
--- a/src/mame/drivers/rainbow.cpp
+++ b/src/mame/drivers/rainbow.cpp
@@ -1542,7 +1542,7 @@ WRITE8_MEMBER(rainbow_state::ext_ram_w)
#ifndef OLD_RAM_BOARD_PRESENT
if(m_diagnostic & 0x08)
if( (offset + 0x10000) >= (MOTHERBOARD_RAM + 1))
- m_i8088->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_i8088->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
#endif
}