From e4fc8a9c7c631825b3dbb033e52c0f4c98ff5514 Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Tue, 21 Apr 2015 06:01:37 +0000 Subject: [PATCH] ESP Ra.De, I was a little too aggressive with that last tweak :) --- src/burn/snd/ymz280b.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/snd/ymz280b.cpp b/src/burn/snd/ymz280b.cpp index f6879a63e..df18f44c0 100644 --- a/src/burn/snd/ymz280b.cpp +++ b/src/burn/snd/ymz280b.cpp @@ -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;