summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/sidearms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/sidearms.cpp')
-rw-r--r--src/mame/video/sidearms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/sidearms.cpp b/src/mame/video/sidearms.cpp
index 743f7743b84..c84cfd4c08a 100644
--- a/src/mame/video/sidearms.cpp
+++ b/src/mame/video/sidearms.cpp
@@ -44,7 +44,7 @@ WRITE8_MEMBER(sidearms_state::c804_w)
/* bit 4 resets the sound CPU */
if (data & 0x10)
{
- m_audiocpu->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_audiocpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}
/* bit 5 enables starfield */