diff --git a/AppleWin/source/Video.cpp b/AppleWin/source/Video.cpp index 81ca08e2..ab675924 100644 --- a/AppleWin/source/Video.cpp +++ b/AppleWin/source/Video.cpp @@ -1710,7 +1710,7 @@ Legend: if (aPixels[iPixel]) // pixel on #endif { - if (aPixels[2]) // White if pixel from previous byte and first pixel of this byte is on + if (aPixels[2] || aPixels[0]) // White if pixel from previous byte and first pixel of this byte is on { SETSOURCEPIXEL(SRCOFFS_HIRES+offsetx+x+0 ,y , HGR_WHITE ); SETSOURCEPIXEL(SRCOFFS_HIRES+offsetx+x+0 ,y+1, HGR_WHITE );