summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/redclash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/redclash.cpp')
-rw-r--r--src/mame/drivers/redclash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/redclash.cpp b/src/mame/drivers/redclash.cpp
index 38ab186ff5c..f5a08f7c239 100644
--- a/src/mame/drivers/redclash.cpp
+++ b/src/mame/drivers/redclash.cpp
@@ -97,7 +97,7 @@ INPUT_CHANGED_MEMBER( redclash_state::left_coin_inserted )
INPUT_CHANGED_MEMBER( redclash_state::right_coin_inserted )
{
if(newval)
- m_maincpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_maincpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
static INPUT_PORTS_START( redclash )