1
0
mirror of https://github.com/a2-4am/passport.git synced 2025-03-19 15:29:55 +00:00

Merge pull request from peterferrie/master

support RDOS13 variant
This commit is contained in:
4am 2018-10-07 12:07:31 -04:00 committed by GitHub
commit 9c015c9f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
src
id
strings

@ -182,10 +182,10 @@ TraceDOS32LO
.RDOSPatch
lda #$B3
ldx #$00 ; check for "JMP $B974;LDY #$00"
ldx #$00 ; check for "JMP $B9xx;LDY #$00"
ldy #$05 ; at RWTS entry point
jsr CompareMemory ; (i.e. $B300)
!byte $4C,$74,$B9,$A0,$00
!byte $4C,WILDCARD,$B9,$A0,$00
bcs .fail
lda #TRUE
sta gIsRDOS13

@ -147,7 +147,7 @@ StringTable
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2018-10-04",$00
!text "Passport by 4am 2018-10-07",$00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "