1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-10 13:29:50 +00:00

Speed up the cursor a bit

This commit is contained in:
Karri Kaksonen 2022-04-22 06:51:35 +03:00 committed by mrdudz
parent 249a04dbde
commit 3922cccafb
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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