mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 02:30:17 +00:00
small optimization
git-svn-id: svn://svn.cc65.org/cc65/trunk@1842 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
4b80c3537d
commit
d01a48b873
@ -20,13 +20,13 @@ _clrscr:
|
||||
sta dispBufferOn
|
||||
lda #0
|
||||
jsr SetPattern
|
||||
lda #0
|
||||
sta r3L
|
||||
sta r3H
|
||||
sta r2L
|
||||
sta cursor_c
|
||||
lda #1
|
||||
sta cursor_r
|
||||
ldx #0
|
||||
stx r3L
|
||||
stx r3H
|
||||
stx r2L
|
||||
stx cursor_c
|
||||
inx
|
||||
stx cursor_r
|
||||
jsr fixcursor ; home cursor
|
||||
lda #199
|
||||
sta r2H
|
||||
|
Loading…
x
Reference in New Issue
Block a user