Merge pull request #41 from peterferrie/master

support Threshold secondary protection
This commit is contained in:
4am 2017-12-04 15:07:10 -05:00 committed by GitHub
commit c23d378bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 2 deletions

View File

@ -5,7 +5,7 @@
; disks
;
; Cranston Manor
; Jawbreaker ][
; Jawbreaker
; Missile Defense
; Pegasus ][
; Threshold
@ -85,6 +85,27 @@
!byte $A0,$B9
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
+ ldy #17

View File

@ -135,7 +135,7 @@ StringTable
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2017-12-03",$00
!text "Passport by 4am 2017-12-04",$00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "