This commit is contained in:
tildearrow 2023-04-27 12:32:25 -05:00
parent 93c49d2f1e
commit 744ba06626
1 changed files with 1 additions and 0 deletions

View File

@ -687,6 +687,7 @@ void DivPlatformAY8910::muteChannel(int ch, bool mute) {
void DivPlatformAY8910::forceIns() {
for (int i=0; i<3; i++) {
chan[i].insChanged=true;
chan[i].freqChanged=true;
}
immWrite(0x0b,ayEnvPeriod);
immWrite(0x0c,ayEnvPeriod>>8);