summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/bublbobl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/bublbobl.cpp')
-rw-r--r--src/mame/machine/bublbobl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/bublbobl.cpp b/src/mame/machine/bublbobl.cpp
index f0f46222463..55ecc04b88f 100644
--- a/src/mame/machine/bublbobl.cpp
+++ b/src/mame/machine/bublbobl.cpp
@@ -115,7 +115,7 @@ WRITE8_MEMBER(bublbobl_state::tokio_videoctrl_w)
WRITE8_MEMBER(bublbobl_state::bublbobl_nmitrigger_w)
{
- m_subcpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_subcpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
READ8_MEMBER(bublbobl_state::tokiob_mcu_r)