font4x4 xy check removed
This commit is contained in:
+5
-4
@@ -1341,10 +1341,11 @@ EndPutChar
|
|||||||
; all pixels are being drawn
|
; all pixels are being drawn
|
||||||
; (empty and not empty)
|
; (empty and not empty)
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
cpw ydraw #(screenheight-4)
|
; cpw ydraw #(screenheight-4)
|
||||||
jcs TypeChar.EndPutChar ;nearest RTS
|
; jcs TypeChar.EndPutChar ;nearest RTS
|
||||||
cpw xdraw #(screenwidth-4)
|
; cpw xdraw #(screenwidth-4)
|
||||||
jcs TypeChar.EndPutChar ;nearest RTS
|
; jcs TypeChar.EndPutChar ;nearest RTS
|
||||||
|
; checks ommited.
|
||||||
lda plot4x4color
|
lda plot4x4color
|
||||||
beq FontColor0
|
beq FontColor0
|
||||||
lda #$ff ; better option to check (plot4x4color = $00 or $ff)
|
lda #$ff ; better option to check (plot4x4color = $00 or $ff)
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user