support RDOS13 variant

This commit is contained in:
Peter Ferrie 2018-10-07 09:05:54 -07:00
parent ce28514a54
commit fb2e4c3a7a
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 " "