Skip to content

Commit

Permalink
Added comment for Half-Pixel edge case:
Browse files Browse the repository at this point in the history
 Edge Case for Color Bleed !
   2000:40 00
   2400:40 80
  • Loading branch information
mpohoreski committed Feb 21, 2011
1 parent 766583c commit 56b772a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AppleWin/source/Video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,9 @@ bits| hi-res byte |bits
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.
Expand Down

0 comments on commit 56b772a

Please sign in to comment.