mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-21 13:29:19 +00:00
add support for E7 Everywhere encrypted variant [fixes Scoop Mahoney]
This commit is contained in:
parent
f6228f6141
commit
2a42be7ee5
@ -7,19 +7,22 @@
|
||||
;
|
||||
; tested on
|
||||
; - Language Carnival 1 & 2 (DLM)
|
||||
; - Scoop Mahoney (DLM)
|
||||
;------------------------------------------------------------------------------
|
||||
; gIsProDOS is TRUE here
|
||||
lda #$0F
|
||||
sta .sector+1
|
||||
.sector lda #$FF ; modified at runtime
|
||||
ldx #$0C
|
||||
ldy #$0A
|
||||
ldy #$0D
|
||||
jsr compare
|
||||
!byte $F5
|
||||
!byte $20,$00,$20
|
||||
!byte $90,$04
|
||||
!byte $20,$B0,$FE
|
||||
!byte $20,WILDCARD,WILDCARD
|
||||
!byte $60
|
||||
!byte $A9,$02
|
||||
!byte $85
|
||||
bcs .nextsector ; passport-test-suite/Language Carnival.woz [C=0] matches
|
||||
jsr PrintByID
|
||||
!byte s_e7everywhere
|
||||
|
@ -387,7 +387,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," 2024-09-13",$00
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2024-11-19",$00
|
||||
.bar9
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
|
Loading…
Reference in New Issue
Block a user