Make spacebar work in browse mode also

This commit is contained in:
4am 2019-09-02 21:57:40 -04:00
parent cf2c286ae3
commit f1bbb4c08b
2 changed files with 6 additions and 3 deletions

View File

@ -142,8 +142,8 @@ TOTAL
REPLAY
!text "R E P L A Y"
LoaderVersion
!byte 4
!text "v2.0"
!byte 10
!text "v2.0-alpha"
Loader64K
!byte 3
!text "64K"

View File

@ -54,9 +54,12 @@ BrowseMode
+
cmp #$89 ; TAB switches to mini attract mode
bne + ; temporarily
ldx #kBrowseTab
- ldx #kBrowseTab
bne @BrowseDispatch ; always branches
+
cmp #$A0 ; SPACE = TAB because ][+ doesn't have TAB
beq -
cmp #$BF ; '?' display scredits
bne +
- ldx #kBrowseCredits