new off + wait 1 command

This commit is contained in:
tildearrow 2025-04-14 13:42:15 -05:00
parent b398108534
commit 4899513194
6 changed files with 47 additions and 12 deletions

View file

@ -210,6 +210,11 @@ bool DivCSPlayer::tick() {
}
break;
}
case 0xf6: // note off + wait 1
e->dispatchCmd(DivCommand(DIV_CMD_NOTE_OFF,i));
chan[i].waitTicks=1;
chan[i].lastWaitLen=chan[i].waitTicks;
break;
case 0xf7:
command=stream.readC();
break;