From 3d7d8a9b549f1b6445858f78012b4c55609e1335 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 7 Jan 2016 04:55:59 -0500 Subject: first pass at sounds --- timed_getch.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'timed_getch.s') 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 -- cgit v1.2.3