modify D5D5F7 patch [fixes Les Sports]

This commit is contained in:
4am 2023-05-04 21:07:39 -04:00
parent cdb1d28920
commit 973c0699e4
2 changed files with 13 additions and 11 deletions

View File

@ -3,15 +3,16 @@
; nibble count with weird bitstream ; nibble count with weird bitstream
; involving $D5 and $F7 as delimiters ; involving $D5 and $F7 as delimiters
; ;
; Ace Detective ; Ace Detective (Mindplay)
; Cat 'n Mouse ; Cat 'n Mouse (Mindplay)
; Cotton Tales ; Cotton Tales (Mindplay)
; Dyno-Quest ; Dyno-Quest (Mindplay)
; Easy Street ; Easy Street (Mindplay)
; Fraction-oids ; Fraction-oids (Mindplay)
; Math Magic ; Math Magic (Mindplay)
; RoboMath ; RoboMath (Mindplay)
; NoteCard Maker (Pascal variant) ; NoteCard Maker (Pascal variant)
; Les Sports (DC Heath) - variant wrapped by PHA/PLAs
;------------------------------- ;-------------------------------
!zone { !zone {
; ;
@ -50,7 +51,8 @@
; passport-test-suite/Notecard Maker.woz [C=0] matches ; passport-test-suite/Notecard Maker.woz [C=0] matches
jsr PrintByID jsr PrintByID
!byte s_d5d5f7 !byte s_d5d5f7
jsr modify1 jsr modify3
!byte $60 ; RTS !byte $18 ; CLC
!byte $90,$62 ; BCC +$62
.exit .exit
} }

View File

@ -381,7 +381,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
.passport .passport
!text "Passport ",$00 !text "Passport ",$00
.header .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 .bar9
!text "_________",$00 !text "_________",$00
.bar18 .bar18