rename Basham protection to PDI protection

This commit is contained in:
4am 2019-11-15 23:22:13 -05:00
parent 647616882f
commit d61b2aedce
4 changed files with 12 additions and 10 deletions

View File

@ -802,7 +802,7 @@ _applyToAll
!source "patchers/zoomgrafix.a" ; gIsPhoenix only
!source "patchers/e7everywhere.a" ; gIsBoot0 || gIsProDOS only
!source "patchers/choplifter.a" ; gIsChoplifter only
!source "patchers/basham.a" ; gIsDiversi only
!source "patchers/pdi.a" ; gIsDiversi only
lda gPatchCount
beq .nopatches

View File

@ -1,12 +1,14 @@
;-------------------------------
; #BASHAM
; #PDI
; obfuscated nibble check
; used by Passport Systems
; used by Passport Designs, Inc.
;
; tested on
; - Korg-800 4 Track Midi Sequencer
; - MIDI-8 Plus
; - Polywriter
; - Leadsheeter
; - Leadsheeter Utilities
;-------------------------------
!zone {
bit gMode ; nothing to do here in verify-only mode
@ -24,7 +26,7 @@
bcs .exit
sta gDisplayBytes
pha
lda #s_basham
lda #s_pdi
jsr PrintByID
txa
clc

View File

@ -134,7 +134,7 @@ StringTableLow
!byte <.diskvol0
!byte <.e7everywhere
!byte <.choplifter
!byte <.basham
!byte <.pdi
StringTableHigh
!byte >.header
@ -255,7 +255,7 @@ StringTableHigh
!byte >.diskvol0
!byte >.e7everywhere
!byte >.choplifter
!byte >.basham
!byte >.pdi
;
; Text can contain substitution strings, which
@ -282,7 +282,7 @@ StringTableHigh
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2019-10-10",$00
!text "Passport by 4am 2019-11-15",$00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "
@ -609,6 +609,6 @@ StringTableHigh
!text "T%t,S%0 Found E7 Everywhere protection",$8D,$00
.choplifter
!text "Roland was here, but he left...",$8D,$00
.basham
!text "T%t,S%0 Found Basham protection",$8D,$00
.pdi
!text "T%t,S%0 Found PDI protection check",$8D,$00
}

View File

@ -120,5 +120,5 @@ s_hoffman = $72
s_diskvol0 = $73
s_e7everywhere=$74
s_choplifter = $75
s_basham = $76
s_pdi = $76
STRINGCOUNT = $77