mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
AY: reduce PCM clicking
This commit is contained in:
parent
67fc945992
commit
70825dc45a
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ void DivPlatformAY8910::runDAC() {
|
|||
chan[i].dac.pos=s->loopStart;
|
||||
} else if (chan[i].dac.pos>=(int)s->samples) {
|
||||
chan[i].dac.sample=-1;
|
||||
immWrite(0x08+i,0);
|
||||
//immWrite(0x08+i,0);
|
||||
end=true;
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -135,7 +135,7 @@ void DivPlatformAY8930::runDAC() {
|
|||
chan[i].dac.pos=s->loopStart;
|
||||
} else if (chan[i].dac.pos>=(int)s->samples) {
|
||||
chan[i].dac.sample=-1;
|
||||
immWrite(0x08+i,0);
|
||||
//immWrite(0x08+i,0);
|
||||
end=true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue