ESP Ra.De, I was a little too aggressive with that last tweak :)

This commit is contained in:
dinkc64 2015-04-21 06:01:37 +00:00
parent 186c3a2c13
commit e4fc8a9c7c
1 changed files with 1 additions and 1 deletions

View File

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