aboutsummaryrefslogtreecommitdiff
path: root/newtitle.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-26 14:07:42 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-26 14:07:42 -0500
commitd1488ab01cf16e0c0417565bbf051688846c752c (patch)
treece52384c277b2dc4636bb0d4104640465fdfddda /newtitle.s
parent0735321bfc1aadf7e2230df1edc9dd7363978dd6 (diff)
downloadtaipan-d1488ab01cf16e0c0417565bbf051688846c752c.tar.gz
space bar to start game, rather than any key
Diffstat (limited to 'newtitle.s')
-rw-r--r--newtitle.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/newtitle.s b/newtitle.s
index 8997d82..4772dee 100644
--- a/newtitle.s
+++ b/newtitle.s
@@ -239,6 +239,10 @@ x_ok:
bne wait4key
keyok:
+ lda CH
+ cmp #33 ; space bar
+ bne x_ok
+
; eat the keypress
lda #$ff
sta CH