home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 October / 1987-10.d64 / geopuzzle.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  1KB  |  27 lines

  1. 10 poke 53280,11:poke 53281,11:poke 646,15
  2. 20 print"[147]two copies of geopuzzle are included on"
  3. 30 print"this disk. the first, geopuzzlebackup[155],"
  4. 40 print"is a 64 file. the other file, geopuzzle[155],";
  5. 50 print"is a geos file."
  6. 60 print"you must have a copy of geos";
  7. 70 print" in order torun geopuzzle."
  8. 80 print"for your convenience, we have converted"
  9. 90 print"this disk to geos format. to run"
  10. 100 print"geopuzzle, load geos and then insert"
  11. 110 print"this disk. double-click on the disk"
  12. 120 print"icon, then double-click on the geopuzzle";
  13. 130 print"icon to start the program."
  14. 140 print"for more information on geopuzzle and"
  15. 150 print"the converter program, please refer to"
  16. 160 print"the geopuzzle article in the magazine."
  17. 170 print"[144]note: do not attempt to use the"
  18. 180 print"geoconverter program on the geopuzzle[144]"
  19. 190 print"file."
  20. 200 ford=1to40:print"[155][164]";:next
  21. 210 print"    press any key to reload the menu    [146]"
  22. 220 poke198,0:wait198,1:getdh$
  23. 230 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  24. 240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  25. 250 poke53281,15:poke53280,15
  26. 260 printchr$(142)"[145]          reloading the menu[155]":end
  27.