home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1987 July
/
1987-07.d64
/
squeeze.note
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
634b
|
17 lines
10 poke 53280,6:poke 53281,6:poke 646,15
20 print"[147]the squeeze game program cannot be run"
30 print"from the menu. to play squeeze, reboot"
40 print"your computer, then from 64 mode type:"
50 printspc(8)"load"chr$(34)"squeeze.boot"chr$(34)",8"
60 print"[155]press return and when the cursor appears";
70 print"run the program."
80 print"[154] press return to reload the menu [146]"
85 print"[154] press any other key to reboot [146]"
90 poke198,0:wait198,1:getdh$
100 if dh$=chr$(13)then120
110 sys 64738
120 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
130 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
140 poke53281,15:poke53280,15
150 printchr$(142)"[145] reloading the menu[155]":end