Merge pull request #67 from peterferrie/master

support RDOS13 variant
This commit is contained in:
4am
2018-10-07 12:07:31 -04:00
committed by GitHub
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 " "