mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 23:13:01 +00:00
MOD import: fix klisje
This commit is contained in:
parent
1918f59f57
commit
f4c3f5a17f
1 changed files with 1 additions and 1 deletions
|
@ -1464,7 +1464,7 @@ bool DivEngine::loadMod(unsigned char* file, size_t len) {
|
|||
break;
|
||||
case 15: // set speed
|
||||
// TODO somehow handle VBlank tunes
|
||||
if (fxVal>=0x20) {
|
||||
if (fxVal>0x20) {
|
||||
writeFxCol(0xf0,fxVal);
|
||||
} else {
|
||||
writeFxCol(0x09,fxVal);
|
||||
|
|
Loading…
Reference in a new issue