mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
POKEY: fix forceIns
This commit is contained in:
parent
15afb1da84
commit
be41a2fe5d
2 changed files with 1 additions and 1 deletions
1
TODO.md
1
TODO.md
|
@ -1,6 +1,5 @@
|
|||
# to-do for 0.6pre2
|
||||
|
||||
- POKEY
|
||||
- Pokémon Mini
|
||||
- register layout
|
||||
- confirm emulation
|
||||
|
|
|
@ -346,6 +346,7 @@ void DivPlatformPOKEY::forceIns() {
|
|||
chan[i].ctlChanged=true;
|
||||
chan[i].freqChanged=true;
|
||||
}
|
||||
audctlChanged=true;
|
||||
}
|
||||
|
||||
void* DivPlatformPOKEY::getChanState(int ch) {
|
||||
|
|
Loading…
Reference in a new issue