summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/pcd3311.cpp
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2020-09-21 18:59:41 -0700
committer Aaron Giles <aaron@aarongiles.com>2020-09-21 18:59:41 -0700
commitecd3333757e171d5d98bc323dba1f7c403386e11 (patch)
treec371ba8e6edd19cc40302fd7dba106f01ebca6e3 /src/devices/sound/pcd3311.cpp
parent71565b91dd966db22828fe953f671757592feed6 (diff)
t6721a/t6w28/tc8830f/tia/tms36xx/tms5110/upd1771/upd7752/upd934g/vlm5030/vrc6/vrender0/wave/x1_010: update to new stream callbacks
Diffstat (limited to 'src/devices/sound/pcd3311.cpp')
-rw-r--r--src/devices/sound/pcd3311.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/pcd3311.cpp b/src/devices/sound/pcd3311.cpp
index 37c4471d166..4b5a4fb87f5 100644
--- a/src/devices/sound/pcd3311.cpp
+++ b/src/devices/sound/pcd3311.cpp
@@ -54,4 +54,5 @@ void pcd3311_device::device_start()
void pcd3311_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs)
{
+ outputs[0].fill(0);
}