support Boulder Dash II

This commit is contained in:
Peter Ferrie 2021-09-06 22:06:04 -07:00
parent f96c63acfd
commit b87b0266e3
2 changed files with 20 additions and 1 deletions

View File

@ -532,6 +532,25 @@
jsr modify1
!byte $7F ;lda from known-zero instead
+ ldy #16
jsr SearchTrack
!byte $49,$4E ;EOR #$4E
!byte $09,$A1 ;ORA #$A1
!byte $48 ;PHA
!byte $A9,$04 ;LDA #$04
!byte $48 ;PHA
!byte $A5,$4F ;LDA $4F
!byte $45,$4F ;EOR $4F
!byte $18 ;CLC
!byte $E9,$00 ;SBC #$00
!byte $48 ;PHA
bcs +
jsr PrintByID
!byte s_tamper
inx
jsr modify1
!byte $E8 ;new checksum value for eor
+
.dostitles

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," 2021-09-05",$00
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2021-09-06",$00
.bar9
!text "_________",$00
.bar18