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

  1. 10 poke53280,6
  2. 20 print"[147][155] "chr$(34)"keyload"chr$(34)" will not work properly"
  3. 30 print"[160]with the gazette disk. please copy"
  4. 40 print" "chr$(34)"keyload"chr$(34)" to another disk before":print" running."
  5. 50 print"   press any key to load the menu"
  6. 60 poke198,0:wait198,1:get mt$
  7. 70 poke53280,14:poke53281,14:print"[147][154]load";chr$(34);"nt";chr$(34);",8"
  8. 80 a$=chr$(13)+"run"+chr$(13)
  9. 90 fori=1tolen(a$):poke630+i,asc(mid$(a$,i)):next:poke198,i-1
  10. 100 new
  11.