summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pokechmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pokechmp.cpp')
-rw-r--r--src/mame/drivers/pokechmp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pokechmp.cpp b/src/mame/drivers/pokechmp.cpp
index 8b8e78bec4a..200f33f49ef 100644
--- a/src/mame/drivers/pokechmp.cpp
+++ b/src/mame/drivers/pokechmp.cpp
@@ -75,7 +75,7 @@ WRITE8_MEMBER(pokechmp_state::pokechmp_sound_bank_w)
WRITE8_MEMBER(pokechmp_state::pokechmp_sound_w)
{
m_soundlatch->write(space, 0, data);
- m_audiocpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_audiocpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}