home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 August / 1987-08.d64 / dynamusic.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  748b  |  21 lines

  1. 10 poke 53280,0:poke 53281,0:poke 646,3
  2. 20 print"[147]the dynamusic program cannot be run"
  3. 30 print"from the menu. we suggest you copy the"
  4. 40 print"programs listed below to another disk"
  5. 50 print"before you attempt to use them."
  6. 60 print"consult the article for detailed"
  7. 70 print"instructions on how to use dynamusic."
  8. 80 print"[152]the filenames for the dynamusic"
  9. 90 print"programs are as follows:"
  10. 100 printspc(11)"dyna-translator"
  11. 110 printspc(11)"dyna-player"
  12. 120 printspc(11)"dyna-customizer"
  13. 130 printspc(11)"dyna-elite demo[155]"
  14. 140 ford=1to40:print"[164]";:next
  15. 150 print"[155]    press any key to reload the menu    [146]"
  16. 160 poke198,0:wait198,1:getdh$
  17. 170 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  18. 180 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  19. 190 poke53281,15:poke53280,15
  20. 200 printchr$(142)"[145]          reloading the menu[155]":end
  21.