1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00

Too much time in irq fix

This commit is contained in:
Karri Kaksonen 2022-04-19 21:31:16 +03:00
parent 26787ba380
commit fc244f6b95
2 changed files with 2 additions and 8 deletions

View File

@ -42,7 +42,7 @@
;
blink_time:
.byte 255
.byte 140
.code
@ -175,9 +175,6 @@ umula0:
; Offset to cursor zone 5.
;
.proc mono_blink_cursor
lda blink_time
cmp #255
beq @L3
inc blink_time
bne @L3
lda #140

View File

@ -42,7 +42,7 @@
;
blink_time:
.byte 255
.byte 140
.code
@ -177,9 +177,6 @@ umula0:
; Offset to cursor zone 5.
;
.proc blink_cursor
lda blink_time
cmp #255
beq @L3
inc blink_time
bne @L3
lda #140