additional Optimum message

This commit is contained in:
Peter Ferrie 2017-02-11 09:08:32 -08:00
parent f771555bf6
commit aafe65190b
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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
}