From 08159a237467a286dd7313341fb946bbae104d7d 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) --- source/Video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Video.cpp b/source/Video.cpp index c8693f67..eeadac19 100644 --- a/source/Video.cpp +++ b/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,