mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-26 16:30:22 +00:00
support RDOS13 variant
This commit is contained in:
parent
ce28514a54
commit
fb2e4c3a7a
@ -182,10 +182,10 @@ TraceDOS32LO
|
|||||||
|
|
||||||
.RDOSPatch
|
.RDOSPatch
|
||||||
lda #$B3
|
lda #$B3
|
||||||
ldx #$00 ; check for "JMP $B974;LDY #$00"
|
ldx #$00 ; check for "JMP $B9xx;LDY #$00"
|
||||||
ldy #$05 ; at RWTS entry point
|
ldy #$05 ; at RWTS entry point
|
||||||
jsr CompareMemory ; (i.e. $B300)
|
jsr CompareMemory ; (i.e. $B300)
|
||||||
!byte $4C,$74,$B9,$A0,$00
|
!byte $4C,WILDCARD,$B9,$A0,$00
|
||||||
bcs .fail
|
bcs .fail
|
||||||
lda #TRUE
|
lda #TRUE
|
||||||
sta gIsRDOS13
|
sta gIsRDOS13
|
||||||
|
@ -147,7 +147,7 @@ StringTable
|
|||||||
; can be set directly before calling PrintByID.
|
; can be set directly before calling PrintByID.
|
||||||
;
|
;
|
||||||
.header
|
.header
|
||||||
!text "Passport by 4am 2018-10-04",$00
|
!text "Passport by 4am 2018-10-07",$00
|
||||||
.mainmenu
|
.mainmenu
|
||||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||||
!text " "
|
!text " "
|
||||||
|
Loading…
Reference in New Issue
Block a user