1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-22 01:16:54 +00:00

Fix handling of charcodes 254 and 255, fixes issue #988

This commit is contained in:
mrdudz
2020-07-08 00:48:39 +02:00
parent 539924249b
commit d1833cc441
6 changed files with 6 additions and 12 deletions
+1 -2
View File
@@ -74,10 +74,9 @@ L5: inc CURS_Y
; Handle character if high bit set
L10: and #$7F
cmp #$7E ; PI?
cmp #$7F ; PI?
bne L11
lda #$5E ; Load screen code for PI
bne cputdirect
L11: ora #$40
bne cputdirect