home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / C64Arcade / HOOKDODGER.SDA / HOOKDODGER (.txt) < prev   
Encoding:
Commodore BASIC  |  2019-04-13  |  270 b   |  9 lines

  1. 0 REM: PLEASE DO NOT REMOVE THIS BOOT,         OUR GAMES DO NOT WORK WITHOUT IT.
  2. 8 POKE 53280,0:POKE53281,0:PRINT"[147]"
  3. 10 PRINT "FASTLOAD MAY LOCK UP THIS PROGRAM"
  4. 11 PRINT "TO RESTART TYPE: SYS 17664"
  5. 18 PRINT"LOADING ......."
  6. 25 IFA=0THENA=1:LOAD"HD",8,1
  7. 26 IFA=1 THEN SYS 17664
  8. 27 END
  9.