home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1985 July / Ahoy_Magazine_85-07_1985_Double_L.d64 / menu-vic (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  839b  |  25 lines

  1. 100 print"[147]":poke 53280,6:poke 53281,1
  2. 110 print tab(3)"d i r e c t o r y"
  3. 140 l$=""
  4. 150 a=a+1:b=b+1:read pr$
  5. 160 print left$(l$,b+5)tab(0)"[144]";a;"- [154]"pr$
  6. 165 if b=12 then 175
  7. 170 goto 150
  8. 175 if a>=24 then restore:a=0
  9. 180 print left$(l$,21)" disks reproduced with"
  10. 185 print left$(l$,22)"   msd super drives"
  11. 190 print left$(l$,24)tab(1)"[144](c)ion int'l inc."
  12. 200 print left$(l$,19)tab(1)"choose # or return[146]";
  13. 210 input an$:an=val(an$)
  14. 220 if an$="" then b=0:goto 100
  15. 240 restore:for a=1 to an:read pr$:next a
  16. 245 print"[147]"
  17. 250 print "load";chr$(34);pr$;chr$(34);",8"
  18. 260 print "run":print"[145][145][145][145][145][145][145][145][145][145]"
  19. 270 poke 631,13:poke 632,13:poke 198,2:end
  20. 500 data 64 bug rep,vic bug rep,flankspeed,f-speed over,fast song loader
  21. 510 data fast song maker,summertime,vic music,doodle/scrnmagic,song #1
  22. 520 data song #2,clrscr.o,plot.$c.s,prnt shp-ddl,flash.s,flash.o,luck lotto
  23. 530 data script analysis,brainframe,printat,wizard of im boot,auto-append,etch
  24. 540 data autos
  25.