mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-26 01:29:39 +00:00
support RDOS13 variant
This commit is contained in:
parent
ce28514a54
commit
fb2e4c3a7a
@ -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 " "
|
||||
|
Loading…
Reference in New Issue
Block a user