C140: add bank types
This commit is contained in:
parent
b08f1e656f
commit
8235f6ee66
10 changed files with 107 additions and 9 deletions
|
|
@ -1834,6 +1834,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
|
|||
CHIP_VOL(40,1.0);
|
||||
willExport[i]=true;
|
||||
writeC140[0]=disCont[i].dispatch;
|
||||
c140Type=(song.systemFlags[i].getInt("bankType",0)==1)?1:0;
|
||||
} else if (!(hasC140&0x40000000)) {
|
||||
isSecond[i]=true;
|
||||
CHIP_VOL_SECOND(40,1.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue