home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1989 February / 1989-02.d64 / arcade.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  381b  |  10 lines

  1. 10 rem copyright 1989 compute! publications, inc. - all rights reserved
  2. 20 poke53280,14:poke53281,6:print"[147][154]   copyright 1989 compute! pub., inc."
  3. 30 printtab(11)"all rights reserved"
  4. 40 print": loading arcade machine"
  5. 50 a$=chr$(34)
  6. 60 print"printchr$(147):dload"a$"sprdata"a$":dload"a$"params"a$;
  7. 70 print":print"a$"[147]arcade machine activated"a$"[154]"
  8. 80 poke631,13:poke198,2
  9. 90 load"arcade machine",8
  10.