POKEY: fix forceIns

This commit is contained in:
tildearrow 2022-12-20 03:52:18 -05:00
parent 15afb1da84
commit be41a2fe5d
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,5 @@
# to-do for 0.6pre2 # to-do for 0.6pre2
- POKEY
- Pokémon Mini - Pokémon Mini
- register layout - register layout
- confirm emulation - confirm emulation

View file

@ -346,6 +346,7 @@ void DivPlatformPOKEY::forceIns() {
chan[i].ctlChanged=true; chan[i].ctlChanged=true;
chan[i].freqChanged=true; chan[i].freqChanged=true;
} }
audctlChanged=true;
} }
void* DivPlatformPOKEY::getChanState(int ch) { void* DivPlatformPOKEY::getChanState(int ch) {