This commit is contained in:
dinkc64 2014-11-26 08:12:33 +00:00
parent a9115ac5c6
commit a5f60101d4
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ void YMZ280BWriteRegister(UINT8 nValue)
}
case 2: // Volume
if (bESPRaDeMixerKludge) {
if (nWriteChannel != 7) nValue -= 25;
if (nWriteChannel != 7 && nWriteChannel != 6) nValue -= 25;
if (nWriteChannel == 7) {
if (nValue + 15 > 255)
nValue = 255;