mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-26 16:30:22 +00:00
support RDOS with modified prologue
This commit is contained in:
parent
75323c5b5d
commit
f4aee49c5f
@ -298,10 +298,20 @@ FFer
|
||||
|
||||
;standard 13-sector prologue on T00
|
||||
;because we can't decode the 16-sector version
|
||||
lda $BC76
|
||||
pha
|
||||
lda $BC8B
|
||||
pha
|
||||
lda #$D5
|
||||
sta $BC76
|
||||
lda #$B5
|
||||
sta $BC8B
|
||||
jsr +
|
||||
pla
|
||||
sta $BC8B
|
||||
pla
|
||||
sta $BC76
|
||||
rts
|
||||
|
||||
+ lda gAddress
|
||||
sta $BAF7
|
||||
|
@ -365,7 +365,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
||||
.passport
|
||||
!text "Passport ",$00
|
||||
.header
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-02-03",$00
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-02-04",$00
|
||||
.bar9
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
|
Loading…
Reference in New Issue
Block a user