From 56b772af431faffdc54af112375c9acaedfb3b84 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Mon, 21 Feb 2011 00:20:57 +0000 Subject: [PATCH] Added comment for Half-Pixel edge case: Edge Case for Color Bleed ! 2000:40 00 2400:40 80 --- AppleWin/source/Video.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AppleWin/source/Video.cpp b/AppleWin/source/Video.cpp index 8365dc35..353fa4fc 100644 --- a/AppleWin/source/Video.cpp +++ b/AppleWin/source/Video.cpp @@ -1771,6 +1771,9 @@ Legend: Edge Case for Half Luminance ! 2000:C4 00 // Green HalfLumBlue 2400:C4 80 // Green Green + Edge Case for Color Bleed ! + 2000:40 00 + 2400:40 80 */ // Fixup missing pixels that normally have been scan-line shifted -- Apple "half-pixel" -- but cross 14-pixel boundaries.