mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
Speed up the cursor a bit
This commit is contained in:
parent
249a04dbde
commit
3922cccafb
@ -43,7 +43,7 @@
|
||||
;
|
||||
|
||||
blink_time:
|
||||
.byte 140
|
||||
.byte 200
|
||||
|
||||
.code
|
||||
|
||||
@ -181,7 +181,7 @@ umula0:
|
||||
beq @L3
|
||||
inc blink_time
|
||||
bne @L3
|
||||
lda #140
|
||||
lda #200
|
||||
sta blink_time
|
||||
ldy #0
|
||||
lda (cursorzone),y
|
||||
|
@ -43,7 +43,7 @@
|
||||
;
|
||||
|
||||
blink_time:
|
||||
.byte 140
|
||||
.byte 200
|
||||
|
||||
.code
|
||||
|
||||
@ -183,7 +183,7 @@ umula0:
|
||||
beq @L3
|
||||
inc blink_time
|
||||
bne @L3
|
||||
lda #140
|
||||
lda #200
|
||||
sta blink_time
|
||||
ldy #0
|
||||
lda (cursorzone),y
|
||||
|
Loading…
x
Reference in New Issue
Block a user