home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 May / 1988-05.d64 / enhancer.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  710b  |  19 lines

  1. 10 poke 53280,11:poke 53281,11:poke 646,15
  2. 20 print"[147]this program cannot be run from the"
  3. 30 print"menu.  you must first load the machine"
  4. 40 print"language file, type 'new', then load"
  5. 50 print"and run the basic program."
  6. 80 print"the filenames are:"
  7. 90 print"enhancer.ml - machine language file"
  8. 100 print"enhancer.bas - basic program"
  9. 110 print"for more information about these   "
  10. 120 print"programs, refer to the corresponding"
  11. 130 print"issue of compute!'s gazette."
  12. 200 ford=1to40:print"[155][164]";:next
  13. 210 print"    press any key to reload the menu    [146]"
  14. 220 poke198,0:wait198,1:getdh$
  15. 230 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  16. 240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  17. 250 poke53281,15:poke53280,15
  18. 260 printchr$(142)"[145]          reloading the menu[155]":end
  19.