mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Completed Routes4 music data channel 1 and fixed minor program bug
hg-commit-id: ce15c0659a12
This commit is contained in:
parent
053990927e
commit
0ea0ae063f
2 changed files with 162 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ string Modulation::GenAsm()
|
|||
if(tmpRet != "") return tmpRet;
|
||||
|
||||
stringstream tmpAsmOut;
|
||||
tmpAsmOut << "mus_mod " << hex << (short)delay << ", " << (short)depth << ", " << (short)rate;
|
||||
tmpAsmOut << "mus_mod " << (short)delay << ", " << (short)depth << ", " << (short)rate;
|
||||
return tmpAsmOut.str();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue