home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1985 June / Ahoy_Magazine_85-06_1985_Double_L.d64 / menu-vic (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  809b  |  24 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=10 then 175
  7. 170 goto 150
  8. 175 if a>=20 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,screen dump i
  21. 510 data screen dump ii,rupert 1,one voice player,3 voice player,broken melody
  22. 520 data qp menu,qp com.1526,qp epson/gemini,6510 simulator,mapping 4.4
  23. 530 data duck shoot,towers of hanoi,speedy,screen magic,end
  24.