mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-11 16:30:22 +00:00
Merge pull request #41 from peterferrie/master
support Threshold secondary protection
This commit is contained in:
commit
c23d378bc4
@ -5,7 +5,7 @@
|
|||||||
; disks
|
; disks
|
||||||
;
|
;
|
||||||
; Cranston Manor
|
; Cranston Manor
|
||||||
; Jawbreaker ][
|
; Jawbreaker
|
||||||
; Missile Defense
|
; Missile Defense
|
||||||
; Pegasus ][
|
; Pegasus ][
|
||||||
; Threshold
|
; Threshold
|
||||||
@ -85,6 +85,27 @@
|
|||||||
!byte $A0,$B9
|
!byte $A0,$B9
|
||||||
jmp .exit
|
jmp .exit
|
||||||
|
|
||||||
|
;Threshold secondary protection
|
||||||
|
|
||||||
|
+ ldy #11
|
||||||
|
jsr SearchTrack
|
||||||
|
!byte $A9,$00 ;LDA #$00
|
||||||
|
!byte $AA ;TAX
|
||||||
|
!byte $5D,$00,$96 ;EOR $9600,X
|
||||||
|
!byte $E8 ;INX
|
||||||
|
!byte $D0,$FA ;BNE *-4
|
||||||
|
!byte $C9,$F3 ;CMP #$F3
|
||||||
|
bcs +
|
||||||
|
pha
|
||||||
|
txa
|
||||||
|
adc #$0A
|
||||||
|
tax
|
||||||
|
pla
|
||||||
|
ldy #$01
|
||||||
|
jsr modify
|
||||||
|
!byte $FC
|
||||||
|
jmp .exit
|
||||||
|
|
||||||
;Missile Defense
|
;Missile Defense
|
||||||
|
|
||||||
+ ldy #17
|
+ ldy #17
|
||||||
|
@ -135,7 +135,7 @@ StringTable
|
|||||||
; can be set directly before calling PrintByID.
|
; can be set directly before calling PrintByID.
|
||||||
;
|
;
|
||||||
.header
|
.header
|
||||||
!text "Passport by 4am 2017-12-03",$00
|
!text "Passport by 4am 2017-12-04",$00
|
||||||
.mainmenu
|
.mainmenu
|
||||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||||
!text " "
|
!text " "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user