XM import: F00 stops song
This commit is contained in:
parent
eb277131c5
commit
1b6195de7b
|
@ -1086,6 +1086,8 @@ bool DivEngine::loadXM(unsigned char* file, size_t len) {
|
||||||
case 0xf: // speed/tempo
|
case 0xf: // speed/tempo
|
||||||
if (effectVal>=0x20) {
|
if (effectVal>=0x20) {
|
||||||
p->data[j][effectCol[k]++]=0xf0;
|
p->data[j][effectCol[k]++]=0xf0;
|
||||||
|
} else if (effectVal==0) {
|
||||||
|
p->data[j][effectCol[k]++]=0xff;
|
||||||
} else {
|
} else {
|
||||||
p->data[j][effectCol[k]++]=0x0f;
|
p->data[j][effectCol[k]++]=0x0f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue