mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 00:25:45 +00:00
Don't set cursor in clrscr
This commit is contained in:
@@ -3,18 +3,13 @@
|
||||
|
||||
.export _clrscr
|
||||
|
||||
.import CURS_X
|
||||
.import CURS_Y
|
||||
.import _screen
|
||||
.import pushax, __bzero
|
||||
.import pusha0,pushax, __bzero
|
||||
|
||||
.code
|
||||
|
||||
.proc _clrscr
|
||||
|
||||
lda #0
|
||||
sta CURS_X
|
||||
sta CURS_Y
|
||||
lda #<(_screen)
|
||||
ldx #>(_screen)
|
||||
jsr pushax
|
||||
|
Reference in New Issue
Block a user