From 76b590ab1569c27c8fa78628ccc5c270b9a6580e Mon Sep 17 00:00:00 2001 From: tomch Date: Sat, 22 Apr 2006 11:33:18 +0000 Subject: [PATCH] Update40ColCell: only convert 0xFF -> 0x20 for Apple][ (not //e) --- AppleWin/source/Video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppleWin/source/Video.cpp b/AppleWin/source/Video.cpp index c8693f67..eeadac19 100644 --- a/AppleWin/source/Video.cpp +++ b/AppleWin/source/Video.cpp @@ -960,7 +960,7 @@ BOOL Update40ColCell (int x, int y, int xpixel, int ypixel, int offset) // Apple ][ inits memory to FF,FF,00,00 // The 7F char is same as (inverse) space - if (ch == 0xFF) + if ((! apple2e) && (ch == 0xFF)) ch = 32; CopySource(xpixel,ypixel,