parent
de5327d89a
commit
822d542350
12 changed files with 16 additions and 16 deletions
|
|
@ -37,7 +37,7 @@ void DivPlatformSAA1099::tick() {
|
|||
for (int i=0; i<6; i++) {
|
||||
chan[i].std.next();
|
||||
if (chan[i].std.hadVol) {
|
||||
chan[i].outVol=chan[i].std.vol-(15-(chan[i].vol&15));
|
||||
chan[i].outVol=MIN(15,chan[i].std.vol)-(15-(chan[i].vol&15));
|
||||
if (chan[i].outVol<0) chan[i].outVol=0;
|
||||
if (isMuted[i]) {
|
||||
rWrite(i,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue