summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toaplan2.cpp')
-rw-r--r--src/mame/drivers/toaplan2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toaplan2.cpp b/src/mame/drivers/toaplan2.cpp
index db54eb5fbab..a432f35b88a 100644
--- a/src/mame/drivers/toaplan2.cpp
+++ b/src/mame/drivers/toaplan2.cpp
@@ -420,7 +420,7 @@ void toaplan2_state::machine_start()
WRITE_LINE_MEMBER(toaplan2_state::toaplan2_reset)
{
if (m_audiocpu != nullptr)
- m_audiocpu->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_audiocpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}