summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/toaplan1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/toaplan1.cpp')
-rw-r--r--src/mame/machine/toaplan1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/toaplan1.cpp b/src/mame/machine/toaplan1.cpp
index 6de67320533..dc0d4abf08a 100644
--- a/src/mame/machine/toaplan1.cpp
+++ b/src/mame/machine/toaplan1.cpp
@@ -173,7 +173,7 @@ void toaplan1_state::toaplan1_reset_sound()
/* rallybik, truxton, hellfire, demonwld write to a port to cause a reset */
/* zerowing, fireshrk, outzone, vimana use a RESET instruction instead */
machine().device("ymsnd")->reset();
- m_audiocpu->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_audiocpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}
WRITE16_MEMBER(toaplan1_state::toaplan1_reset_sound_w)