font4x4 xy check removed

This commit is contained in:
2022-05-27 21:40:15 -04:00
parent a425500d4e
commit be5652074a
2 changed files with 5 additions and 4 deletions
+5 -4
View File
@@ -1341,10 +1341,11 @@ EndPutChar
; all pixels are being drawn
; (empty and not empty)
;--------------------------------------------------
cpw ydraw #(screenheight-4)
jcs TypeChar.EndPutChar ;nearest RTS
cpw xdraw #(screenwidth-4)
jcs TypeChar.EndPutChar ;nearest RTS
; cpw ydraw #(screenheight-4)
; jcs TypeChar.EndPutChar ;nearest RTS
; cpw xdraw #(screenwidth-4)
; jcs TypeChar.EndPutChar ;nearest RTS
; checks ommited.
lda plot4x4color
beq FontColor0
lda #$ff ; better option to check (plot4x4color = $00 or $ff)
BIN
View File
Binary file not shown.