diff options
Diffstat (limited to 'src/devices/sound/dspv.cpp')
-rw-r--r-- | src/devices/sound/dspv.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/sound/dspv.cpp b/src/devices/sound/dspv.cpp index 9877cee3fb1..9ced7ba9ceb 100644 --- a/src/devices/sound/dspv.cpp +++ b/src/devices/sound/dspv.cpp @@ -113,9 +113,8 @@ void dspv_device::snd_w(offs_t offset, u16 data) logerror("w %02x, %04x %s\n", offset, data, machine().describe_context()); } -void dspv_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) +void dspv_device::sound_stream_update(sound_stream &stream) { - outputs[0].fill(0); } void dspv_device::device_start() |