Revert "First attempt to 2 bytes Y"

This reverts commit 7e24e44f1b.
This commit is contained in:
Pecusx
2022-05-22 19:17:17 +02:00
parent bd8ecad2dd
commit 571b3c137e
2 changed files with 32 additions and 40 deletions
-4
View File
@@ -1324,8 +1324,6 @@ DOTNcharloop
sta Xdraw+1
lda TextPositionY
sta ydraw
lda #0
sta ydraw+1
jsr PutChar4x4
inc TextCounter
@@ -1359,8 +1357,6 @@ TypeLine4x4Loop
sta CharCode4x4
mwa LineXdraw Xdraw
mva LineYdraw Ydraw
lda #0
sta ydraw+1
jsr PutChar4x4FULL ;type empty pixels as well!
adw LineXdraw #4
inc LineCharNr