Update40ColCell: only convert 0xFF -> 0x20 for Apple][ (not //e)

This commit is contained in:
tomch 2006-04-22 11:33:18 +00:00
parent 0eede6cf0f
commit 76b590ab15
1 changed files with 1 additions and 1 deletions

View File

@ -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,