summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cchasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cchasm.cpp')
-rw-r--r--src/mame/audio/cchasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/cchasm.cpp b/src/mame/audio/cchasm.cpp
index 48dd6b8abe2..f72a19ac0e5 100644
--- a/src/mame/audio/cchasm.cpp
+++ b/src/mame/audio/cchasm.cpp
@@ -67,7 +67,7 @@ WRITE16_MEMBER(cchasm_state::io_w)
m_sound_flags |= 0x80;
m_soundlatch2->write(space, offset, data);
m_ctc->trg2(1);
- m_audiocpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_audiocpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
break;
case 2:
//led = data;