YMZ280B: restore panning in forceIns

This commit is contained in:
tildearrow 2022-08-14 14:26:55 -05:00
parent 1b10c547e3
commit cb4417824d
1 changed files with 2 additions and 0 deletions

View File

@ -332,6 +332,8 @@ void DivPlatformYMZ280B::forceIns() {
chan[i].insChanged=true;
chan[i].freqChanged=true;
chan[i].sample=-1;
rWrite(0x03+i*4,chan[i].panning);
}
}