summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/himesiki.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/himesiki.cpp')
-rw-r--r--src/mame/drivers/himesiki.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/himesiki.cpp b/src/mame/drivers/himesiki.cpp
index 2533e56898d..9f8552140f9 100644
--- a/src/mame/drivers/himesiki.cpp
+++ b/src/mame/drivers/himesiki.cpp
@@ -118,7 +118,7 @@ WRITE8_MEMBER(himesiki_state::himesiki_rombank_w)
WRITE8_MEMBER(himesiki_state::himesiki_sound_w)
{
m_soundlatch->write(space, offset, data);
- m_subcpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_subcpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
/****************************************************************************/