mirror of
https://github.com/a2-4am/passport.git
synced 2025-08-09 22:25:12 +00:00
some comments
This commit is contained in:
@@ -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
|
||||||
+
|
+
|
||||||
}
|
}
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user