make Ctrl-S also work on main menu

This commit is contained in:
4am 2022-01-17 21:34:13 -05:00
parent 381cd48e4b
commit 4111ed55d8
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ kMainMenuKeys ; must keep in sync with kMainMenuKeyHandle
!byte $E3 ; c
!byte $D3 ; S
!byte $F3 ; s
!byte $93 ; Ctrl-S
!byte $C4 ; D
!byte $E4 ; d
!byte $D1 ; Q
@ -32,6 +33,7 @@ kMainMenuKeyHandlersLo
!byte <MainMenuEventC
!byte <MainMenuEventS
!byte <MainMenuEventS
!byte <MainMenuEventS
!byte <MainMenuEventD
!byte <MainMenuEventD
!byte <MainMenuEventQ
@ -44,6 +46,7 @@ kMainMenuKeyHandlersHi
!byte >MainMenuEventC
!byte >MainMenuEventS
!byte >MainMenuEventS
!byte >MainMenuEventS
!byte >MainMenuEventD
!byte >MainMenuEventD
!byte >MainMenuEventQ