summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/k054321.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/k054321.cpp')
-rw-r--r--src/devices/machine/k054321.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/k054321.cpp b/src/devices/machine/k054321.cpp
index e1c24a2f1b9..a47addbafb5 100644
--- a/src/devices/machine/k054321.cpp
+++ b/src/devices/machine/k054321.cpp
@@ -138,5 +138,5 @@ void k054321_device::propagate_volume()
for (int i = 0; i < m_left->inputs(); i++)
m_left->set_input_gain(i, m_active & 2 ? vol : 0.0);
for (int i = 0; i < m_right->inputs(); i++)
- m_right->set_input_gain(0, m_active & 1 ? vol : 0.0);
+ m_right->set_input_gain(i, m_active & 1 ? vol : 0.0);
}