mirror of
https://github.com/a2-4am/passport.git
synced 2024-10-31 16:05:12 +00:00
modify D5D5F7 patch [fixes Les Sports]
This commit is contained in:
parent
cdb1d28920
commit
973c0699e4
@ -3,15 +3,16 @@
|
||||
; nibble count with weird bitstream
|
||||
; involving $D5 and $F7 as delimiters
|
||||
;
|
||||
; Ace Detective
|
||||
; Cat 'n Mouse
|
||||
; Cotton Tales
|
||||
; Dyno-Quest
|
||||
; Easy Street
|
||||
; Fraction-oids
|
||||
; Math Magic
|
||||
; RoboMath
|
||||
; Ace Detective (Mindplay)
|
||||
; Cat 'n Mouse (Mindplay)
|
||||
; Cotton Tales (Mindplay)
|
||||
; Dyno-Quest (Mindplay)
|
||||
; Easy Street (Mindplay)
|
||||
; Fraction-oids (Mindplay)
|
||||
; Math Magic (Mindplay)
|
||||
; RoboMath (Mindplay)
|
||||
; NoteCard Maker (Pascal variant)
|
||||
; Les Sports (DC Heath) - variant wrapped by PHA/PLAs
|
||||
;-------------------------------
|
||||
!zone {
|
||||
;
|
||||
@ -50,7 +51,8 @@
|
||||
; passport-test-suite/Notecard Maker.woz [C=0] matches
|
||||
jsr PrintByID
|
||||
!byte s_d5d5f7
|
||||
jsr modify1
|
||||
!byte $60 ; RTS
|
||||
jsr modify3
|
||||
!byte $18 ; CLC
|
||||
!byte $90,$62 ; BCC +$62
|
||||
.exit
|
||||
}
|
||||
|
@ -381,7 +381,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," 2023-04-08",$00
|
||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2023-05-04",$00
|
||||
.bar9
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
|
Loading…
Reference in New Issue
Block a user