dev101 - fix SMSFM_intro.dmf
This commit is contained in:
parent
949e293053
commit
f4a85bebff
39 changed files with 67 additions and 15 deletions
|
|
@ -442,6 +442,7 @@ int DivPlatformNamcoWSG::dispatch(DivCommand c) {
|
|||
if (chan[c.chan].active && c.value2) {
|
||||
if (parent->song.resetMacroOnPorta) chan[c.chan].macroInit(parent->getIns(chan[c.chan].ins,DIV_INS_PCE));
|
||||
}
|
||||
if (!chan[c.chan].inPorta && c.value && !parent->song.brokenPortaArp && chan[c.chan].std.arp.will) chan[c.chan].baseFreq=NOTE_FREQUENCY(chan[c.chan].note);
|
||||
chan[c.chan].inPorta=c.value;
|
||||
break;
|
||||
case DIV_CMD_GET_VOLMAX:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue