C140: VGM volume
This commit is contained in:
parent
d7de177d26
commit
987ca3ad11
3 changed files with 7 additions and 2 deletions
|
|
@ -1788,12 +1788,12 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p
|
|||
if (!hasNamco) {
|
||||
// ?!?!?!
|
||||
hasNamco=disCont[i].dispatch->rate/2;
|
||||
CHIP_VOL(40,0.4);
|
||||
CHIP_VOL(40,1.0);
|
||||
willExport[i]=true;
|
||||
writeC140[0]=disCont[i].dispatch;
|
||||
} else if (!(hasNamco&0x40000000)) {
|
||||
isSecond[i]=true;
|
||||
CHIP_VOL_SECOND(40,0.4);
|
||||
CHIP_VOL_SECOND(40,1.0);
|
||||
willExport[i]=true;
|
||||
writeC140[1]=disCont[i].dispatch;
|
||||
hasNamco|=0x40000000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue