support RDOS with modified prologue

This commit is contained in:
Peter Ferrie 2022-02-04 21:58:17 -08:00
parent 75323c5b5d
commit f4aee49c5f
2 changed files with 11 additions and 1 deletions

View File

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

View File

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