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

  1. 10 poke 53280,15:poke 53281,15:poke 646,11
  2. 20 print"[147]  multicolor graphics dump [146] cannot be "
  3. 30 print" run from the menu. a hi-res picture"
  4. 40 print" file must be in memory before this "
  5. 50 print" program is loaded. also included on"
  6. 70 print" this disk is a program that allows you"
  7. 72 print" to use koala pad files. the filenames"
  8. 73 print" are:     mcgd"
  9. 74 print"          mcgd.koala"
  10. 80 print"[151] for more information about these"
  11. 81 print" programs refer to the corresponding"
  12. 82 print" issue of compute!'s gazette."
  13. 130 forx=1 to 40:print"[164]";:next
  14. 140 print"        press any key for menu          [146]";
  15. 150 geta$:if a$="" then goto 150
  16. 160 poke 53280,15:poke53281,15
  17. 200 print"[147]";tab(14);"loading menu ..."
  18. 210 print"[155]load";chr$(34);"mn";chr$(34);",8"
  19. 220 print"[155]run"
  20. 240 poke198,8:poke631,19:poke632,13:poke633,13
  21.