mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-11 16:30:22 +00:00
additional Optimum message
This commit is contained in:
parent
f771555bf6
commit
aafe65190b
@ -138,6 +138,8 @@ _optimum
|
||||
;track 0, find the region with replaced page
|
||||
|
||||
.reread1
|
||||
lda #s_construct
|
||||
jsr PrintByID
|
||||
ldy #8
|
||||
jsr SearchTrack
|
||||
!byte $20,$5D,$B6 ;JSR $B65D
|
||||
|
@ -89,7 +89,8 @@ s_eab0 = $46
|
||||
s_eatrk6 = $47
|
||||
s_eeef = $48
|
||||
s_poke = $49
|
||||
STRINGCOUNT = $4A
|
||||
s_construct= $4A
|
||||
STRINGCOUNT = $4B
|
||||
|
||||
!zone {
|
||||
StringTable
|
||||
@ -167,6 +168,7 @@ StringTable
|
||||
!word .eatrk6
|
||||
!word .eeef
|
||||
!word .poke
|
||||
!word .construct
|
||||
;
|
||||
; Text can contain substitution strings, which
|
||||
; are replaced by current values at runtime. Each
|
||||
@ -427,4 +429,7 @@ StringTable
|
||||
.poke
|
||||
!text "T%t,S%0 BASIC program POKEs protection",$8D
|
||||
!text "check into memory and CALLs it.",$8D,$00
|
||||
.construct
|
||||
!text "Constructing complete T01S0F content.",$8D
|
||||
!text "Protected version is only partial.",$8D,$00
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user