From d1488ab01cf16e0c0417565bbf051688846c752c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 26 Jan 2016 14:07:42 -0500 Subject: space bar to start game, rather than any key --- help.txt | 2 +- newtitle.s | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/help.txt b/help.txt index f89e6e6..454f6c5 100644 --- a/help.txt +++ b/help.txt @@ -1,4 +1,4 @@ \B:Change BG Color \E\s\c:more \T:Change Text Color \E\s\c:more \S:Sound [now \O\N ] \E\s\c:more -\A\n\y other key: Start \E\s\c:more +\S\p\a\c\e: Start Game \E\s\c:more 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 -- cgit v1.2.3