mirror of
https://github.com/a2-4am/passport.git
synced 2024-11-19 03:06:34 +00:00
support ctrl-Q to quit
This commit is contained in:
parent
bcb7a1d1eb
commit
bbc8fec036
@ -221,7 +221,9 @@ MainMenu
|
||||
jsr EnterCFFAIfAvailable
|
||||
bcc ResetVector
|
||||
bcs .getkey
|
||||
+ cmp #$9B
|
||||
+ cmp #$9B ; esc
|
||||
beq .jmptoexit
|
||||
cmp #$91 ; ctrl-Q
|
||||
beq .jmptoexit
|
||||
cmp #k_quit
|
||||
bne +
|
||||
|
@ -220,7 +220,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2017-07-05",00
|
||||
!text "Passport by 4am 2017-07-07",00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user