This commit is contained in:
tildearrow 2022-08-21 16:34:43 -05:00
parent f2950fa1d6
commit 96feeced86
2 changed files with 3 additions and 0 deletions

View file

@ -118,6 +118,7 @@ void DivPlatformTIA::tick(bool sysTick) {
}
if (chan[i].freqChanged || chan[i].keyOn || chan[i].keyOff) {
if (chan[i].insChanged) {
// TODO: fix 10xx bug here
if (!chan[i].std.wave.will) {
chan[i].shape=4;
rWrite(0x15+i,chan[i].shape);