aboutsummaryrefslogtreecommitdiff
path: root/console.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-29 06:01:59 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-29 06:01:59 -0500
commitf4fa06b8f4cff043c53958bead2410ab0a417403 (patch)
treec351d24ae00c4472eadd32d5062485e90f1da9dc /console.s
parent3cbd137bfaa17bfabbe988c9760b315f865378ca (diff)
downloadtaipan-f4fa06b8f4cff043c53958bead2410ab0a417403.tar.gz
fix new plus_or_space
Diffstat (limited to 'console.s')
-rw-r--r--console.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.s b/console.s
index f8d1c8d..3d82120 100644
--- a/console.s
+++ b/console.s
@@ -224,7 +224,7 @@ _plus_or_space:
lda #' '
ldx #39
stx COLCRS
- lda #15
+ ldx #15
stx ROWCRS
jmp _cputc