dev101 - fix SMSFM_intro.dmf
This commit is contained in:
parent
949e293053
commit
f4a85bebff
39 changed files with 67 additions and 15 deletions
|
|
@ -369,6 +369,7 @@ int DivPlatformC64::dispatch(DivCommand c) {
|
|||
chan[c.chan].keyOn=true;
|
||||
}
|
||||
}
|
||||
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_PRE_NOTE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue