fix .mod import and update doc

This commit is contained in:
tildearrow 2024-04-23 14:43:38 -05:00
parent 7a217ccdb1
commit 284f0ced68
2 changed files with 18 additions and 3 deletions

View file

@ -322,7 +322,7 @@ bool DivEngine::loadMod(unsigned char* file, size_t len) {
setEffectState[3]=fxVal;
break;
case 9: // set offset
writeFxCol(0x90,fxVal);
writeFxCol(0x91,fxVal);
break;
case 10: // vol slide
effectState[4]=fxVal;