mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-18 21:06:31 +00:00
mist: enable space for action again
broke when added lowercase support
This commit is contained in:
parent
5de9e222fc
commit
28bd57c753
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user