AY: TODO fix wtr_envelope.dmf

This commit is contained in:
tildearrow 2022-07-04 23:54:56 -05:00
parent 4823eeb458
commit b39924c9d6

View file

@ -471,6 +471,8 @@ 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));
}