summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2151.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ym2151.cpp')
-rw-r--r--src/devices/sound/ym2151.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ym2151.cpp b/src/devices/sound/ym2151.cpp
index 42c105c64a0..459d87776ab 100644
--- a/src/devices/sound/ym2151.cpp
+++ b/src/devices/sound/ym2151.cpp
@@ -1802,6 +1802,7 @@ void ym2151_device::sound_stream_update(sound_stream &stream, stream_sample_t **
if (m_reset_active)
{
std::fill(&outputs[0][0], &outputs[0][samples], 0);
+ std::fill(&outputs[1][0], &outputs[1][samples], 0);
return;
}