summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galspnbl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galspnbl.cpp')
-rw-r--r--src/mame/drivers/galspnbl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galspnbl.cpp b/src/mame/drivers/galspnbl.cpp
index 1fbaf92515f..29e559516c1 100644
--- a/src/mame/drivers/galspnbl.cpp
+++ b/src/mame/drivers/galspnbl.cpp
@@ -52,7 +52,7 @@ WRITE16_MEMBER(galspnbl_state::soundcommand_w)
if (ACCESSING_BITS_0_7)
{
m_soundlatch->write(space,offset,data & 0xff);
- m_audiocpu->set_input_line(INPUT_LINE_NMI, PULSE_LINE);
+ m_audiocpu->pulse_input_line(INPUT_LINE_NMI, attotime::zero);
}
}