mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
And faster clearscreen :)
This commit is contained in:
+4
-5
@@ -646,16 +646,15 @@ EndPut4x4
|
||||
sta temp
|
||||
lda #>display
|
||||
sta temp+1
|
||||
Go
|
||||
loop lda #$ff
|
||||
sta (temp),y
|
||||
Go lda #$ff
|
||||
loop sta (temp),y
|
||||
iny
|
||||
bne @+
|
||||
inc temp+1
|
||||
@ cpy #<(display+screenheight*screenBytes+1)
|
||||
bne loop
|
||||
lda temp+1
|
||||
cmp #>(display+screenheight*screenBytes+1)
|
||||
ldx temp+1
|
||||
cpx #>(display+screenheight*screenBytes+1)
|
||||
bne loop
|
||||
rts
|
||||
.endp
|
||||
|
||||
Reference in New Issue
Block a user