AY: TODO fix wtr_envelope.dmf
This commit is contained in:
parent
4823eeb458
commit
b39924c9d6
|
@ -471,6 +471,8 @@ int DivPlatformAY8910::dispatch(DivCommand c) {
|
||||||
return 15;
|
return 15;
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_PRE_PORTA:
|
case DIV_CMD_PRE_PORTA:
|
||||||
|
// TODO: FIX wtr_envelope.dmf
|
||||||
|
// the brokenPortaArp update broke it
|
||||||
if (chan[c.chan].active && c.value2) {
|
if (chan[c.chan].active && c.value2) {
|
||||||
if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_AY));
|
if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_AY));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue