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
- POKEY
- Pokémon Mini
- register layout
- confirm emulation

View File

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