home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 September / 1988-09.d64 / 1764.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  605b  |  17 lines

  1. 10 poke 53280,15:poke 53281,15:poke 646,6
  2. 20 print"[147] this program cannot be run from the  "
  3. 30 print" menu. it is designed to work with     "
  4. 40 print" the disk package and a commodore 1764"
  5. 50 print" ram expansion module. for more "
  6. 70 print" information about this program please"
  7. 72 print" refer to the corresponding issue of "
  8. 80 print" compute!'s gazette."
  9. 130 forx=1 to 40:print"[164]";:next
  10. 140 print"        press any key for menu          [146]";
  11. 150 geta$:if a$="" then goto 150
  12. 160 poke 53280,15:poke53281,15
  13. 200 print"[147]";tab(14);"loading menu ..."
  14. 210 print"[155]load";chr$(34);"mn";chr$(34);",8"
  15. 220 print"[155]run"
  16. 240 poke198,8:poke631,19:poke632,13:poke633,13
  17.