remove many TODOs

This commit is contained in:
tildearrow 2023-08-30 19:21:38 -05:00
parent d1b78f787b
commit 274ce8a646
7 changed files with 1 additions and 14 deletions

View file

@ -658,8 +658,6 @@ int DivPlatformAY8910::dispatch(DivCommand c) {
return 15;
break;
case DIV_CMD_PRE_PORTA:
// TODO: FIX wtr_envelope.dmf
// the brokenPortaArp update broke it
if (chan[c.chan].active && c.value2) {
if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_AY));
}