mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-03 08:33:18 +00:00
rename Basham protection to PDI protection
This commit is contained in:
parent
647616882f
commit
d61b2aedce
@ -802,7 +802,7 @@ _applyToAll
|
|||||||
!source "patchers/zoomgrafix.a" ; gIsPhoenix only
|
!source "patchers/zoomgrafix.a" ; gIsPhoenix only
|
||||||
!source "patchers/e7everywhere.a" ; gIsBoot0 || gIsProDOS only
|
!source "patchers/e7everywhere.a" ; gIsBoot0 || gIsProDOS only
|
||||||
!source "patchers/choplifter.a" ; gIsChoplifter only
|
!source "patchers/choplifter.a" ; gIsChoplifter only
|
||||||
!source "patchers/basham.a" ; gIsDiversi only
|
!source "patchers/pdi.a" ; gIsDiversi only
|
||||||
|
|
||||||
lda gPatchCount
|
lda gPatchCount
|
||||||
beq .nopatches
|
beq .nopatches
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
;-------------------------------
|
;-------------------------------
|
||||||
; #BASHAM
|
; #PDI
|
||||||
; obfuscated nibble check
|
; obfuscated nibble check
|
||||||
; used by Passport Systems
|
; used by Passport Designs, Inc.
|
||||||
;
|
;
|
||||||
; tested on
|
; tested on
|
||||||
; - Korg-800 4 Track Midi Sequencer
|
; - Korg-800 4 Track Midi Sequencer
|
||||||
; - MIDI-8 Plus
|
; - MIDI-8 Plus
|
||||||
; - Polywriter
|
; - Polywriter
|
||||||
|
; - Leadsheeter
|
||||||
|
; - Leadsheeter Utilities
|
||||||
;-------------------------------
|
;-------------------------------
|
||||||
!zone {
|
!zone {
|
||||||
bit gMode ; nothing to do here in verify-only mode
|
bit gMode ; nothing to do here in verify-only mode
|
||||||
@ -24,7 +26,7 @@
|
|||||||
bcs .exit
|
bcs .exit
|
||||||
sta gDisplayBytes
|
sta gDisplayBytes
|
||||||
pha
|
pha
|
||||||
lda #s_basham
|
lda #s_pdi
|
||||||
jsr PrintByID
|
jsr PrintByID
|
||||||
txa
|
txa
|
||||||
clc
|
clc
|
@ -134,7 +134,7 @@ StringTableLow
|
|||||||
!byte <.diskvol0
|
!byte <.diskvol0
|
||||||
!byte <.e7everywhere
|
!byte <.e7everywhere
|
||||||
!byte <.choplifter
|
!byte <.choplifter
|
||||||
!byte <.basham
|
!byte <.pdi
|
||||||
|
|
||||||
StringTableHigh
|
StringTableHigh
|
||||||
!byte >.header
|
!byte >.header
|
||||||
@ -255,7 +255,7 @@ StringTableHigh
|
|||||||
!byte >.diskvol0
|
!byte >.diskvol0
|
||||||
!byte >.e7everywhere
|
!byte >.e7everywhere
|
||||||
!byte >.choplifter
|
!byte >.choplifter
|
||||||
!byte >.basham
|
!byte >.pdi
|
||||||
|
|
||||||
;
|
;
|
||||||
; Text can contain substitution strings, which
|
; Text can contain substitution strings, which
|
||||||
@ -282,7 +282,7 @@ StringTableHigh
|
|||||||
; can be set directly before calling PrintByID.
|
; can be set directly before calling PrintByID.
|
||||||
;
|
;
|
||||||
.header
|
.header
|
||||||
!text "Passport by 4am 2019-10-10",$00
|
!text "Passport by 4am 2019-11-15",$00
|
||||||
.mainmenu
|
.mainmenu
|
||||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||||
!text " "
|
!text " "
|
||||||
@ -609,6 +609,6 @@ StringTableHigh
|
|||||||
!text "T%t,S%0 Found E7 Everywhere protection",$8D,$00
|
!text "T%t,S%0 Found E7 Everywhere protection",$8D,$00
|
||||||
.choplifter
|
.choplifter
|
||||||
!text "Roland was here, but he left...",$8D,$00
|
!text "Roland was here, but he left...",$8D,$00
|
||||||
.basham
|
.pdi
|
||||||
!text "T%t,S%0 Found Basham protection",$8D,$00
|
!text "T%t,S%0 Found PDI protection check",$8D,$00
|
||||||
}
|
}
|
||||||
|
@ -120,5 +120,5 @@ s_hoffman = $72
|
|||||||
s_diskvol0 = $73
|
s_diskvol0 = $73
|
||||||
s_e7everywhere=$74
|
s_e7everywhere=$74
|
||||||
s_choplifter = $75
|
s_choplifter = $75
|
||||||
s_basham = $76
|
s_pdi = $76
|
||||||
STRINGCOUNT = $77
|
STRINGCOUNT = $77
|
||||||
|
Loading…
Reference in New Issue
Block a user