diff options
-rw-r--r-- | help.txt | 2 | ||||
-rw-r--r-- | newtitle.s | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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 |