home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1985 March / Ahoy_Magazine_85-03_1985_Double_L.d64 / menu-vic (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  742b  |  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+3)tab(0)"[144]";a;"- [154]"pr$
  6. 165 if b=7 then 175
  7. 170 goto 150
  8. 175 if a>=14 then restore:a=0
  9. 180 print left$(l$,17)" disks reproduced with"
  10. 185 print left$(l$,18)"   msd super drives"
  11. 190 print left$(l$,22)tab(1)"[144](c)double l software"
  12. 200 print left$(l$,20)tab(3)"your choice";
  13. 210 input an$:an=val(an$)
  14. 220 if an$="" then b=0:goto 100
  15. 230 if an$>="1" or an$<="14" then 240
  16. 240 restore:for a=1 to an:read pr$:next a
  17. 245 print"[147]"
  18. 250 print "load";chr$(34);pr$;chr$(34);",8"
  19. 260 print "run":print"[145][145][145][145][145][145][145][145][145][145]"
  20. 270 poke 631,13:poke 632,13:poke 198,2:end
  21. 500 data 64 checksum,vic checksum,mansion game,mansion setup,rupert #1
  22. 510 data numer. vic,numer. c-64,elfred,slamon run,home budget
  23. 520 data function,auto line#,old routine,flankspeed
  24.