1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-03 07:30:52 +00:00

Too much time in irq fix

This commit is contained in:
Karri Kaksonen 2022-04-19 21:31:16 +03:00 committed by mrdudz
parent 4ee3e59f19
commit 7684918112
2 changed files with 2 additions and 8 deletions

View File

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

View File

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