This commit is contained in:
tildearrow 2023-04-27 12:32:25 -05:00
parent 93c49d2f1e
commit 744ba06626

View file

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