summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/swp20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/swp20.cpp')
-rw-r--r--src/devices/sound/swp20.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/sound/swp20.cpp b/src/devices/sound/swp20.cpp
index 947d2bb8b0a..ed22a0b74ff 100644
--- a/src/devices/sound/swp20.cpp
+++ b/src/devices/sound/swp20.cpp
@@ -220,9 +220,7 @@ void swp20_device::snd_w(offs_t offset, u8 data)
}
}
-void swp20_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs)
+void swp20_device::sound_stream_update(sound_stream &stream)
{
- outputs[0].fill(0);
- outputs[1].fill(0);
}