summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/stereo_fx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/stereo_fx.cpp')
-rw-r--r--src/devices/bus/isa/stereo_fx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/stereo_fx.cpp b/src/devices/bus/isa/stereo_fx.cpp
index 96986c8bc0c..f1fb692174a 100644
--- a/src/devices/bus/isa/stereo_fx.cpp
+++ b/src/devices/bus/isa/stereo_fx.cpp
@@ -168,7 +168,7 @@ void stereo_fx_device::dack_w(int line, uint8_t data)
WRITE8_MEMBER( stereo_fx_device::dsp_reset_w )
{
device_reset();
- m_cpu->set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ m_cpu->pulse_input_line(INPUT_LINE_RESET, attotime::zero);
}
READ8_MEMBER( stereo_fx_device::dsp_wbuf_status_r )