mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
First attempt to 2 bytes Y
This commit is contained in:
@@ -1324,6 +1324,8 @@ DOTNcharloop
|
||||
sta Xdraw+1
|
||||
lda TextPositionY
|
||||
sta ydraw
|
||||
lda #0
|
||||
sta ydraw+1
|
||||
jsr PutChar4x4
|
||||
|
||||
inc TextCounter
|
||||
@@ -1357,6 +1359,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user