Don't set cursor in clrscr
This commit is contained in:
@@ -3,18 +3,13 @@
|
|||||||
|
|
||||||
.export _clrscr
|
.export _clrscr
|
||||||
|
|
||||||
.import CURS_X
|
|
||||||
.import CURS_Y
|
|
||||||
.import _screen
|
.import _screen
|
||||||
.import pushax, __bzero
|
.import pusha0,pushax, __bzero
|
||||||
|
|
||||||
.code
|
.code
|
||||||
|
|
||||||
.proc _clrscr
|
.proc _clrscr
|
||||||
|
|
||||||
lda #0
|
|
||||||
sta CURS_X
|
|
||||||
sta CURS_Y
|
|
||||||
lda #<(_screen)
|
lda #<(_screen)
|
||||||
ldx #>(_screen)
|
ldx #>(_screen)
|
||||||
jsr pushax
|
jsr pushax
|
||||||
|
|||||||
Reference in New Issue
Block a user