mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Nothing
This commit is contained in:
+2
-1
@@ -450,11 +450,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
|
||||
|
||||
Reference in New Issue
Block a user