aboutsummaryrefslogtreecommitdiff
path: root/timed_getch.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-07 04:55:59 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-07 04:55:59 -0500
commit3d7d8a9b549f1b6445858f78012b4c55609e1335 (patch)
tree11406bc12cae0ee6169754fd442eb28e6acff663 /timed_getch.s
parent23fd09c5c464505c7c9ceb801fceb907446cd1ab (diff)
downloadtaipan-3d7d8a9b549f1b6445858f78012b4c55609e1335.tar.gz
first pass at sounds
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