no r+ opty, no bad seppuku frame

This commit is contained in:
2022-11-13 23:57:09 -05:00
parent 7cbd5ad77e
commit 8603308693
5 changed files with 24 additions and 27 deletions
+1 -2
View File
@@ -1894,7 +1894,7 @@ EndPutChar
rts
.endp
; ------------------------------------------
;--------------------------------------------------
.proc PutChar4x4
; puts 4x4 pixels char on the graphics screen
; in: dx, dy (LOWER left corner of the char)
@@ -1903,7 +1903,6 @@ EndPutChar
; all pixels are being drawn
; (empty and not empty)
;--------------------------------------------------
; rts
cpw dy #(screenheight-1)
jcs TypeChar.EndPutChar ;nearest RTS
cpw dy #(4)