mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
Too much time in irq fix
This commit is contained in:
parent
4ee3e59f19
commit
7684918112
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user