diff --git a/src/engine/vgmOps.cpp b/src/engine/vgmOps.cpp index f18342422..cab97710f 100644 --- a/src/engine/vgmOps.cpp +++ b/src/engine/vgmOps.cpp @@ -1695,7 +1695,7 @@ SafeWriter* DivEngine::saveVGM(bool* sysToExport, bool loop, int version, bool p case DIV_SYSTEM_VRC7: if (!hasOPLL) { hasOPLL=disCont[i].dispatch->chipClock; - if (song.system[i]==DIV_SYSTEM_VRC7) hasOPLL|=0x8000000; + if (song.system[i]==DIV_SYSTEM_VRC7) hasOPLL|=0x80000000; CHIP_VOL(1,3.2); willExport[i]=true; } else if (!(hasOPLL&0x40000000)) {