aboutsummaryrefslogtreecommitdiff
path: root/timed_getch.s
diff options
context:
space:
mode:
Diffstat (limited to 'timed_getch.s')
-rw-r--r--timed_getch.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/timed_getch.s b/timed_getch.s
index 3259d7e..25a2320 100644
--- a/timed_getch.s
+++ b/timed_getch.s
@@ -44,7 +44,7 @@ done:
_agetc:
lda #1 ; show cursor
jsr _cursor
- sta FR0+2 ; save old cursor status
+ sta FR1+2 ; save old cursor status
lda #1
jsr _cblank
@@ -73,7 +73,7 @@ notcontrol:
ok:
pha
lda #1
- lda FR0+2
+ lda FR1+2
jsr _cursor
pla
ldx #0