home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 July / 1987-07.d64 / squeeze.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  634b  |  17 lines

  1. 10 poke 53280,6:poke 53281,6:poke 646,15
  2. 20 print"[147]the squeeze game program cannot be run"
  3. 30 print"from the menu. to play squeeze, reboot"
  4. 40 print"your computer, then from 64 mode type:"
  5. 50 printspc(8)"load"chr$(34)"squeeze.boot"chr$(34)",8"
  6. 60 print"[155]press return and when the cursor appears";
  7. 70 print"run the program."
  8. 80 print"[154]   press return to reload the menu    [146]"
  9. 85 print"[154]    press any other key to reboot     [146]"
  10. 90 poke198,0:wait198,1:getdh$
  11. 100 if dh$=chr$(13)then120
  12. 110 sys 64738
  13. 120 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  14. 130 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  15. 140 poke53281,15:poke53280,15
  16. 150 printchr$(142)"[145]          reloading the menu[155]":end
  17.