From e270b726b30a790d14f98c261de1c9e2eaa380e5 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 13 May 2017 22:01:02 -0400 Subject: [PATCH] Tweaked blue, increased saturation. --- Components/6560/6560.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Components/6560/6560.hpp b/Components/6560/6560.hpp index ec1ba9631..0067dec43 100644 --- a/Components/6560/6560.hpp +++ b/Components/6560/6560.hpp @@ -57,7 +57,7 @@ template class MOS6560 { "float phaseOffset = 6.283185308 * 2.0 * yc.y;" "float chroma = cos(phase + phaseOffset);" - "return mix(yc.x, step(yc.y, 0.75) * 0.5 * chroma, amplitude);" + "return mix(yc.x, step(yc.y, 0.75) * chroma, amplitude);" "}"); // default to NTSC @@ -94,9 +94,9 @@ template class MOS6560 { // colour burst, so 0 is green. const uint8_t pal_chrominances[16] = { 255, 255, 40, 112, - 8, 88, 0, 56, + 8, 88, 120, 56, 40, 48, 40, 112, - 8, 88, 0, 56, + 8, 88, 120, 56, }; const uint8_t ntsc_chrominances[16] = { 255, 255, 40, 104,