some comments

This commit is contained in:
4am
2022-06-24 19:16:59 -04:00
parent b0b6bfafbd
commit 6b90aef548
2 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
ldx #$15 ldx #$15
jsr compare3 jsr compare3
!byte $18,$AD,$4A !byte $18,$AD,$4A
bcc + ; passport-test-suite/Blazing Paddles.woz [C=0] matches bcc + ; passport-test-suite/Blazing Paddles rev. 0.woz [C=0] matches
; variation 2 ; variation 2
; - Guitar Wizard v11601 ; - Guitar Wizard v11601
; - Prince v15521 ; - Prince v15521
@@ -34,6 +34,6 @@
!byte $48 !byte $48
!byte $AD,$01,$E0 !byte $AD,$01,$E0
!byte $48 !byte $48
; passport-test-suite/Take 1.woz [C=0] matches ; passport-test-suite/Take 1 v06431.woz [C=0] matches
+ +
} }

View File

@@ -25,7 +25,7 @@
ldy #$03 ldy #$03
jsr SearchTrack jsr SearchTrack
!byte $4C,$00,$BB !byte $4C,$00,$BB
bcs .variation2 bcs .variation2 ; passport-test-suite/Blazing Paddles rev. 0.woz [C=0] matches
tay ; only continue if we found it in sector 0 tay ; only continue if we found it in sector 0
bne .variation2 bne .variation2
inx inx
@@ -39,17 +39,17 @@
ldx #$00 ldx #$00
jsr compare2 jsr compare2
!byte $E0,$02 !byte $E0,$02
bcs .secondary bcs .secondary ; passport-test-suite/Take 1 v06431.woz [C=0] matches
ldy #$04 ldy #$04
jsr SearchTrack jsr SearchTrack
!byte $A5,$2B !byte $A5,$2B
!byte $8D,$D0 !byte $8D,$D0
bcs .secondary bcs .secondary ; passport-test-suite/Take 1 v06431.woz [C=0] matches
cmp #$06 ; only continue if we found it in sector 6 cmp #$06 ; only continue if we found it in sector 6
bne .secondary bne .secondary
dex dex
stx @offset stx @offset ; passport-test-suite/Prince v15531.woz [X=3C] here
ldx #$01 ldx #$01
jsr modify1 ; change entry point to first instruction after protection jsr modify1 ; change entry point to first instruction after protection
@offset !byte $FD ; SMC @offset !byte $FD ; SMC
@@ -63,7 +63,7 @@
!byte $A5,$2D !byte $A5,$2D
!byte $C9,$FF !byte $C9,$FF
!byte $D0,$F7 !byte $D0,$F7
bcs .exit bcs .exit ; passport-test-suite/Take 1 v06431.woz [C=0] matches
inx inx
inx inx
inx inx