mist: enable space for action again

broke when added lowercase support
This commit is contained in:
Vince Weaver 2020-09-05 00:34:57 -04:00
parent 5de9e222fc
commit 28bd57c753
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ handle_keypress:
keypress:
and #$7f ; clear high bit
cmp #' '
beq check_sound ; make sure not to lose space
and #$df ; convert uppercase to lower case
check_sound: