This commit is contained in:
Pecusx
2023-06-03 22:42:41 +02:00
parent 9d4ae43b24
commit b6dedef462
5 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -435,11 +435,12 @@ EndPutChar
; char to the table
lda CharCode4x4
and #%00000001
beq Upper4bits
beq Upper4bits ; A=0
lda #$ff ; better option to check (nibbler4x4 = $00 or $ff)
Upper4bits
sta nibbler4x4
lda CharCode4x4
and #$3f ;always CAPITAL letters, also ignore inverse
lsr
sta fontind
lda #$00