home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1987 July
/
1987-07.d64
/
mn
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
2KB
|
68 lines
10 poke 53280,15:poke 53281,15:poke 646,6
20 poke53282,8:poke53283,1:poke53284,6:gosub350
30 sp$=" "
40 a$="table of contents for "+mo$+" 1987":cx=20-len(a$)/2
50 z$="":a$=left$(sp$,cx)+a$+sp$:fori=1to40
60 z$=z$+chr$(asc(mid$(a$,i))+128):next
70 np=int(it/8):cp=0:gosub550
80 poke53265,peek(53265)or64:poke53280,15:poke53281,15
90 printchr$(142)"[147][142][144]----------------------------------------";
100 print"[160][160][160][160][160][160][195][207][205][208][213][212][197][161][167][211][160][199][193][218][197][212][212][197][160][173][160][182][180][172][160][177][178][184][160][160][160][160][160][160]";z$;
110 print"[160][160][160][168][195][169][160][177][185][184][183][160][195][207][205][208][213][212][197][161][160][208][213][194][204][201][195][193][212][201][207][206][211][172][201][206][195][174][160][160]";
120 print"[146][144]----------------------------------------";
130 s=cp*8:e=cp*8+7:ife>itthene=it
140 fori=stoe:print"[160]";chr$(177+i-cp*8);"[160][151]";n$(i);
150 printleft$(sp$,36-len(n$(i)));
160 print"[146][144]----------------------------------------";
170 next:ifnp+1=1thenxz=1:print"":goto200
180 print"this is page #";cp+1;"of";np+1
190 print"press [210][197][212][213][210][206][146] for next page[145][145]"
200 print"[145][145][208][210][197][211][211][160][177][173][184][160][212][207][160][204][207][193][196][160][195][207][210][210][197][211][208][207][206][196][201][206][199][160][208][210][207][199][210][193][205][160]"
210 geta$:ifa$<>chr$(13)and(a$<"1"ora$>"8")then210
220 ifxz=1anda$=chr$(13)then210
230 ifxz=1then260
240 ifa$=chr$(13)thencp=cp+1:ifcp>npthencp=0
250 ifa$=chr$(13)then80
260 fv=(asc(a$)-48):fv=fv+7*(fv>8)
270 c=fv+cp*8-1:ifc>itthen210
280 sys65409:poke53280,15:poke53281,15
290 print"[147][142][155]load";chr$(34);f$(c);chr$(34);",8":i$="run"
300 fori=1tolen(i$):poke631+i,asc(mid$(i$,i)):next
310 poke53280,15:poke 53281,15:print"";
320 printtab(18-len(f$(c))/2-4)"loading ";chr$(34)f$(c)chr$(34)
330 print" please stand by[155]"
340 poke631+i,13:poke631+i+1,28:poke631,13:poke198,i+1:end
350 open15,8,15,"i0"
360 open1,8,8,"0:64 contents,s,r":input#15,en,em$:if en>0 then400
370 input#1,mo$:input#1,it:dimn$(it),f$(it)
380 fori=0toit:input#1,n$(i):input#1,f$(i):next
390 close1:close15:return
400 close1:close15
410 print"[147][195]an't read [212]able of [195]ontents"
420 print"[196]isk [197]rror:";en;em$
430 print"[195]heck:"
440 print"1) [195]orrect disk inserted?
450 [153]"2) right$s drive door closed?
460 print"3) [193]ll cables attached?"
470 print"[210]emove, then re-insert disk, press any key to try again."
480 geta$:ifa$=""then480
490 run
500 geta$:ifa$<>chr$(13)and(a$<"1"ora$>"8")then260
510 ifa$=chr$(13)thencp=cp+1:ifcp>npthencp=0
520 fv=(asc(a$)-48):fv=fv+7*(fv>8)
530 c=fv+cp*8-1:ifc>tthen260
540 poke53265,27:sys65409
550 poke53265,27
560 printchr$(14)"[147] [194]efore attempting to run any programs"
570 print" please refer to the instructions in"
580 print" the [195][207][205][208][213][212][197]!'s [199]azette [205]agazine issue"
590 print" dated the same month as this disk."
600 print" [208]lease note the [199]azette [196]isk often"
610 print" features programs which write data"
620 print" to the disk. [195]opy those programs to"
630 print" another disk - this disk is write"
640 print" protected."
650 print" [208][210][197][211][211] [193][206][217] [203][197][217] [198][207][210] [212][200][197] [205][197][206][213]"
660 getmt$:ifmt$=""then660
670 return