home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / commodore-scene-files / Geos / GEOS128 / GeosD81 / cs18.d81 / auto-start (.txt) < prev    next >
Encoding:
Commodore BASIC  |  2019-04-13  |  318 b   |  12 lines

  1. 10 REM AUTO-START FOR CARTRIDGES
  2. 11 REM POKES THE AUTO-START CODE 'CBM80'
  3. 12 REM INTO 32772-32776
  4. 13 REM P.14 COMPUTE'S! GAZ. JUNE '86
  5. 20 POKE32772,67:REM C
  6. 30 POKE32773,66:REM B
  7. 40 POKE32774,77:REM M
  8. 50 POKE32775,56:REM 8
  9. 60 POKE32776,48:REM 0
  10. 70 PRINT"[147] AUTO-START INSTALLED"
  11. 80 POKE32768,0:POKE32769,192:REM TELL AUTO-START TO RUN ML AT 49152
  12.