SID2: remove volume parameter
redundant since we have volume macro
This commit is contained in:
parent
0ad7863d78
commit
b955b26af6
2 changed files with 1 additions and 15 deletions
|
|
@ -313,8 +313,6 @@ int DivPlatformSID2::dispatch(DivCommand c) {
|
|||
|
||||
chan[c.chan].noise_mode = ins->sid2.noiseMode;
|
||||
chan[c.chan].mix_mode = ins->sid2.mixMode;
|
||||
|
||||
chan[c.chan].outVol=ins->sid2.volume;
|
||||
}
|
||||
if (chan[c.chan].insChanged || chan[c.chan].resetFilter) {
|
||||
chan[c.chan].filter=ins->c64.toFilter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue