mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
k054321: correction on prev commit (nw)
This commit is contained in:
parent
317a597236
commit
c893b58eca
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user