Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 21, 2020 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f570c617a48ae19ed22540fc7ef73dfb to your computer and use it in GitHub Desktop.
Save r-ryantm/f570c617a48ae19ed22540fc7ef73dfb to your computer and use it in GitHub Desktop.
/nix/store/5nkqi4xg4114r2cxgfb5hgw0yyz3h89b-cc65-2.19
├── bin
│   ├── ar65
│   ├── ca65
│   ├── cc65
│   ├── chrcvt65
│   ├── cl65
│   ├── co65
│   ├── da65
│   ├── grc65
│   ├── ld65
│   ├── od65
│   ├── sim65
│   └── sp65
└── share
└── cc65
├── asminc
│   ├── accelerator.inc
│   ├── apple2.inc
│   ├── apple2.mac
│   ├── atari2600.inc
│   ├── atari2600_riot.inc
│   ├── atari2600_tia.inc
│   ├── atari5200.inc
│   ├── atari_antic.inc
│   ├── atari_gtia.inc
│   ├── atari.inc
│   ├── atari.mac
│   ├── atari_pokey.inc
│   ├── atmos.inc
│   ├── c128.inc
│   ├── c16.inc
│   ├── c64.inc
│   ├── cbm510.inc
│   ├── cbm610.inc
│   ├── cbm_filetype.inc
│   ├── cbm_kernal.inc
│   ├── cbm.mac
│   ├── cpu.mac
│   ├── creativision.inc
│   ├── ctype_common.inc
│   ├── ctype.inc
│   ├── ctypetable.inc
│   ├── cx16.inc
│   ├── em-error.inc
│   ├── em-kernel.inc
│   ├── errno.inc
│   ├── fcntl.inc
│   ├── _file.inc
│   ├── gamate.inc
│   ├── generic.mac
│   ├── get_tv.inc
│   ├── _heap.inc
│   ├── joy-error.inc
│   ├── joy-kernel.inc
│   ├── longbranch.mac
│   ├── lynx.inc
│   ├── modload.inc
│   ├── module.mac
│   ├── mouse-kernel.inc
│   ├── nes.inc
│   ├── o65.inc
│   ├── opcodes.inc
│   ├── pce.inc
│   ├── pet.inc
│   ├── plus4.inc
│   ├── ser-error.inc
│   ├── ser-kernel.inc
│   ├── signal.inc
│   ├── smc.inc
│   ├── stdio.inc
│   ├── supervision.inc
│   ├── telestrat.inc
│   ├── tgi-error.inc
│   ├── tgi-kernel.inc
│   ├── tgi-vectorfont.inc
│   ├── time.inc
│   ├── utsname.inc
│   ├── vic20.inc
│   └── zeropage.inc
├── cfg
│   ├── apple2-asm.cfg
│   ├── apple2.cfg
│   ├── apple2enh-asm.cfg
│   ├── apple2enh.cfg
│   ├── apple2enh-hgr.cfg
│   ├── apple2enh-overlay.cfg
│   ├── apple2enh-system.cfg
│   ├── apple2-hgr.cfg
│   ├── apple2-overlay.cfg
│   ├── apple2-system.cfg
│   ├── atari2600.cfg
│   ├── atari5200.cfg
│   ├── atari-asm.cfg
│   ├── atari-asm-xex.cfg
│   ├── atari-cart.cfg
│   ├── atari-cassette.cfg
│   ├── atari.cfg
│   ├── atari-overlay.cfg
│   ├── atari-xex.cfg
│   ├── atarixl.cfg
│   ├── atarixl-largehimem.cfg
│   ├── atarixl-overlay.cfg
│   ├── atarixl-xex.cfg
│   ├── atmos.cfg
│   ├── bbc.cfg
│   ├── c128.cfg
│   ├── c128-overlay.cfg
│   ├── c16-32k.cfg
│   ├── c16.cfg
│   ├── c64-asm.cfg
│   ├── c64.cfg
│   ├── c64-overlay.cfg
│   ├── cbm510.cfg
│   ├── cbm610.cfg
│   ├── creativision.cfg
│   ├── cx16-asm.cfg
│   ├── cx16-bank.cfg
│   ├── cx16.cfg
│   ├── gamate.cfg
│   ├── geos-apple.cfg
│   ├── geos-cbm.cfg
│   ├── lunix.cfg
│   ├── lynx-bll.cfg
│   ├── lynx.cfg
│   ├── lynx-coll.cfg
│   ├── lynx-uploader.cfg
│   ├── module.cfg
│   ├── nes.cfg
│   ├── none.cfg
│   ├── osic1p-asm.cfg
│   ├── osic1p.cfg
│   ├── pce.cfg
│   ├── pet.cfg
│   ├── plus4.cfg
│   ├── sim6502.cfg
│   ├── sim65c02.cfg
│   ├── supervision-128k.cfg
│   ├── supervision-16k.cfg
│   ├── supervision-64k.cfg
│   ├── supervision.cfg
│   ├── telestrat.cfg
│   ├── vic20-32k.cfg
│   └── vic20.cfg
├── include
│   ├── 6502.h
│   ├── _6522.h
│   ├── _6525.h
│   ├── _6526.h
│   ├── _6545.h
│   ├── _6551.h
│   ├── accelerator.h
│   ├── _antic.h
│   ├── apple2enh.h
│   ├── apple2_filetype.h
│   ├── apple2.h
│   ├── ascii_charmap.h
│   ├── assert.h
│   ├── atari2600.h
│   ├── atari5200.h
│   ├── atari_atascii_charmap.h
│   ├── atari.h
│   ├── _atarios.h
│   ├── atari_screen_charmap.h
│   ├── atmos.h
│   ├── c128.h
│   ├── c16.h
│   ├── c64.h
│   ├── cbm264.h
│   ├── cbm510.h
│   ├── cbm610.h
│   ├── cbm_filetype.h
│   ├── cbm.h
│   ├── cbm_petscii_charmap.h
│   ├── cbm_screen_charmap.h
│   ├── cc65.h
│   ├── conio.h
│   ├── creativision.h
│   ├── ctype.h
│   ├── cx16.h
│   ├── dbg.h
│   ├── device.h
│   ├── dio.h
│   ├── dirent.h
│   ├── em
│   │   └── em-kernel.h
│   ├── em.h
│   ├── errno.h
│   ├── fcntl.h
│   ├── gamate.h
│   ├── geos
│   │   ├── gconst.h
│   │   ├── gdisk.h
│   │   ├── gdlgbox.h
│   │   ├── gfile.h
│   │   ├── ggraph.h
│   │   ├── gmemory.h
│   │   ├── gmenu.h
│   │   ├── gprocess.h
│   │   ├── gsprite.h
│   │   ├── gstruct.h
│   │   ├── gsym.h
│   │   └── gsys.h
│   ├── geos.h
│   ├── _gtia.h
│   ├── _heap.h
│   ├── inttypes.h
│   ├── iso646.h
│   ├── joystick
│   │   └── joy-kernel.h
│   ├── joystick.h
│   ├── limits.h
│   ├── locale.h
│   ├── lynx.h
│   ├── lz4.h
│   ├── _mikey.h
│   ├── modload.h
│   ├── mouse
│   │   └── mouse-kernel.h
│   ├── mouse.h
│   ├── nes.h
│   ├── o65.h
│   ├── osic1p.h
│   ├── _pbi.h
│   ├── pce.h
│   ├── peekpoke.h
│   ├── pen.h
│   ├── pet.h
│   ├── _pia.h
│   ├── plus4.h
│   ├── _pokey.h
│   ├── _riot.h
│   ├── serial.h
│   ├── setjmp.h
│   ├── _sid.h
│   ├── signal.h
│   ├── stdarg.h
│   ├── stdbool.h
│   ├── stddef.h
│   ├── stdint.h
│   ├── stdio.h
│   ├── stdlib.h
│   ├── string.h
│   ├── supervision.h
│   ├── _suzy.h
│   ├── sys
│   │   ├── stat.h
│   │   ├── types.h
│   │   └── utsname.h
│   ├── target.h
│   ├── _ted.h
│   ├── telestrat.h
│   ├── tgi
│   │   ├── tgi-error.h
│   │   ├── tgi-kernel.h
│   │   └── tgi-vectorfont.h
│   ├── tgi.h
│   ├── _tia.h
│   ├── time.h
│   ├── unistd.h
│   ├── _vdc.h
│   ├── vic20.h
│   ├── _vic2.h
│   ├── _vic.h
│   └── zlib.h
├── lib
│   ├── apple2enh-iobuf-0800.o
│   ├── apple2enh.lib
│   ├── apple2-iobuf-0800.o
│   ├── apple2.lib
│   ├── atari2600.lib
│   ├── atari5200-conioscreen-20x12.o
│   ├── atari5200.lib
│   ├── atari.lib
│   ├── atarixl.lib
│   ├── atmos.lib
│   ├── c128.lib
│   ├── c16.lib
│   ├── c64.lib
│   ├── c64-soft80mono.o
│   ├── c64-soft80.o
│   ├── c64-tgimousedata.o
│   ├── cbm510.lib
│   ├── cbm610.lib
│   ├── creativision.lib
│   ├── cx16.lib
│   ├── gamate.lib
│   ├── geos-apple.lib
│   ├── geos-cbm.lib
│   ├── lynx.lib
│   ├── nes.lib
│   ├── none.lib
│   ├── osic1p.lib
│   ├── osic1p-screen-s3-32x28.o
│   ├── pce.lib
│   ├── pet.lib
│   ├── plus4.lib
│   ├── sim6502.lib
│   ├── sim65c02.lib
│   ├── supervision.lib
│   ├── telestrat.lib
│   └── vic20.lib
├── samples
│   ├── ascii.c
│   ├── atari2600hello.c
│   ├── diodemo.c
│   ├── enumdevdir.c
│   ├── fire.c
│   ├── geos
│   │   ├── bitmap-demo.c
│   │   ├── bitmap-demores.grc
│   │   ├── dialog.c
│   │   ├── filesel.c
│   │   ├── fileselres.grc
│   │   ├── geosconio.c
│   │   ├── geosconiores.grc
│   │   ├── geosver.c
│   │   ├── geosverres.grc
│   │   ├── getid.c
│   │   ├── getidres.grc
│   │   ├── grphstr.c
│   │   ├── hello1.c
│   │   ├── hello1res.grc
│   │   ├── hello2.c
│   │   ├── hello2res.grc
│   │   ├── inittab.c
│   │   ├── logo.pcx
│   │   ├── menu.c
│   │   ├── overlay-demo.c
│   │   ├── overlay-demores.grc
│   │   ├── rmvprot.c
│   │   ├── rmvprotres.grc
│   │   ├── vector-demo.c
│   │   ├── vector-demores.grc
│   │   ├── yesno.c
│   │   └── yesnores.grc
│   ├── gunzip65.c
│   ├── hello.c
│   ├── Makefile
│   ├── mandelbrot.c
│   ├── mousedemo.c
│   ├── multidemo.c
│   ├── nachtm.c
│   ├── overlaydemo.c
│   ├── plasma.c
│   ├── README
│   ├── sieve.c
│   ├── supervisionhello.c
│   ├── tgidemo.c
│   └── tutorial
│   ├── hello.c
│   └── text.s
└── target
├── apple2
│   ├── drv
│   │   ├── emd
│   │   │   └── a2.auxmem.emd
│   │   ├── joy
│   │   │   └── a2.stdjoy.joy
│   │   ├── mou
│   │   │   └── a2.stdmou.mou
│   │   ├── ser
│   │   │   └── a2.ssc.ser
│   │   └── tgi
│   │   ├── a2.hi.tgi
│   │   └── a2.lo.tgi
│   └── util
│   └── loader.system
├── apple2enh
│   ├── drv
│   │   ├── emd
│   │   │   └── a2e.auxmem.emd
│   │   ├── joy
│   │   │   └── a2e.stdjoy.joy
│   │   ├── mou
│   │   │   └── a2e.stdmou.mou
│   │   ├── ser
│   │   │   └── a2e.ssc.ser
│   │   └── tgi
│   │   ├── a2e.hi.tgi
│   │   └── a2e.lo.tgi
│   └── util
│   └── loader.system
├── atari
│   ├── drv
│   │   ├── emd
│   │   │   └── atr130.emd
│   │   ├── joy
│   │   │   ├── atrmj8.joy
│   │   │   └── atrstd.joy
│   │   ├── mou
│   │   │   ├── atrami.mou
│   │   │   ├── atrjoy.mou
│   │   │   ├── atrst.mou
│   │   │   ├── atrtrk.mou
│   │   │   └── atrtt.mou
│   │   ├── ser
│   │   │   └── atrrdev.ser
│   │   └── tgi
│   │   ├── atr10p2.tgi
│   │   ├── atr10.tgi
│   │   ├── atr11.tgi
│   │   ├── atr14.tgi
│   │   ├── atr15p2.tgi
│   │   ├── atr15.tgi
│   │   ├── atr3.tgi
│   │   ├── atr4.tgi
│   │   ├── atr5.tgi
│   │   ├── atr6.tgi
│   │   ├── atr7.tgi
│   │   ├── atr8p2.tgi
│   │   ├── atr8.tgi
│   │   ├── atr9p2.tgi
│   │   └── atr9.tgi
│   └── util
│   └── w2cas.com
├── atari5200
│   └── drv
│   └── joy
│   └── atr5200std.joy
├── atarixl
│   └── drv
│   ├── emd
│   │   └── atrx130.emd
│   ├── joy
│   │   ├── atrxmj8.joy
│   │   └── atrxstd.joy
│   ├── mou
│   │   ├── atrxami.mou
│   │   ├── atrxjoy.mou
│   │   ├── atrxst.mou
│   │   ├── atrxtrk.mou
│   │   └── atrxtt.mou
│   ├── ser
│   │   └── atrxrdev.ser
│   └── tgi
│   ├── atrx10p2.tgi
│   ├── atrx10.tgi
│   ├── atrx11.tgi
│   ├── atrx14.tgi
│   ├── atrx15p2.tgi
│   ├── atrx15.tgi
│   ├── atrx3.tgi
│   ├── atrx4.tgi
│   ├── atrx5.tgi
│   ├── atrx6.tgi
│   ├── atrx7.tgi
│   ├── atrx8p2.tgi
│   ├── atrx8.tgi
│   ├── atrx9p2.tgi
│   └── atrx9.tgi
├── atmos
│   └── drv
│   ├── joy
│   │   ├── atmos-ijk.joy
│   │   └── atmos-pase.joy
│   ├── ser
│   │   └── atmos-acia.ser
│   └── tgi
│   ├── atmos-228-200-3.tgi
│   └── atmos-240-200-2.tgi
├── c128
│   └── drv
│   ├── emd
│   │   ├── c128-efnram.emd
│   │   ├── c128-georam.emd
│   │   ├── c128-ifnram.emd
│   │   ├── c128-ram2.emd
│   │   ├── c128-ramcart.emd
│   │   ├── c128-ram.emd
│   │   ├── c128-reu.emd
│   │   └── c128-vdc.emd
│   ├── joy
│   │   ├── c128-ptvjoy.joy
│   │   └── c128-stdjoy.joy
│   ├── mou
│   │   ├── c128-1351.mou
│   │   ├── c128-inkwell.mou
│   │   ├── c128-joy.mou
│   │   └── c128-pot.mou
│   ├── ser
│   │   └── c128-swlink.ser
│   └── tgi
│   ├── c128-hi.tgi
│   ├── c128-vdc2.tgi
│   └── c128-vdc.tgi
├── c16
│   └── drv
│   ├── emd
│   │   └── c16-ram.emd
│   └── joy
│   └── c16-stdjoy.joy
├── c64
│   └── drv
│   ├── emd
│   │   ├── c64-65816.emd
│   │   ├── c64-c256k.emd
│   │   ├── c64-dqbb.emd
│   │   ├── c64-georam.emd
│   │   ├── c64-isepic.emd
│   │   ├── c64-ramcart.emd
│   │   ├── c64-ram.emd
│   │   ├── c64-reu.emd
│   │   ├── c64-vdc.emd
│   │   └── dtv-himem.emd
│   ├── joy
│   │   ├── c64-hitjoy.joy
│   │   ├── c64-numpad.joy
│   │   ├── c64-ptvjoy.joy
│   │   └── c64-stdjoy.joy
│   ├── mou
│   │   ├── c64-1351.mou
│   │   ├── c64-inkwell.mou
│   │   ├── c64-joy.mou
│   │   └── c64-pot.mou
│   ├── ser
│   │   └── c64-swlink.ser
│   └── tgi
│   └── c64-hi.tgi
├── cbm510
│   └── drv
│   ├── emd
│   │   └── cbm510-ram.emd
│   ├── joy
│   │   └── cbm510-std.joy
│   ├── mou
│   │   ├── cbm510-inkwl.mou
│   │   └── cbm510-joy.mou
│   └── ser
│   └── cbm510-std.ser
├── cbm610
│   └── drv
│   ├── emd
│   │   └── cbm610-ram.emd
│   └── ser
│   └── cbm610-std.ser
├── creativision
│   └── drv
│   └── joy
│   └── creativision-stdjoy.joy
├── cx16
│   └── drv
│   ├── joy
│   │   └── cx16-std.joy
│   └── mou
│   └── cx16-std.mou
├── gamate
│   └── drv
│   └── joy
│   └── gamate-stdjoy.joy
├── geos-apple
│   └── util
│   └── convert.system
├── geos-cbm
│   └── drv
│   ├── emd
│   │   └── geos-vdc.emd
│   ├── joy
│   │   └── geos-stdjoy.joy
│   └── tgi
│   └── geos-tgi.tgi
├── lynx
│   └── drv
│   ├── joy
│   │   └── lynx-stdjoy.joy
│   ├── ser
│   │   └── lynx-comlynx.ser
│   └── tgi
│   └── lynx-160-102-16.tgi
├── nes
│   └── drv
│   ├── joy
│   │   └── nes-stdjoy.joy
│   └── tgi
│   └── nes-64-56-2.tgi
├── pce
│   └── drv
│   └── joy
│   └── pce-stdjoy.joy
├── pet
│   └── drv
│   └── joy
│   ├── pet-ptvjoy.joy
│   └── pet-stdjoy.joy
├── plus4
│   └── drv
│   ├── joy
│   │   └── plus4-stdjoy.joy
│   └── ser
│   └── plus4-stdser.ser
├── supervision
│   └── drv
│   └── joy
│   └── supervision-stdjoy.joy
├── telestrat
│   └── drv
│   ├── joy
│   │   └── telestrat.joy
│   └── tgi
│   ├── telestrat-228-200-3.tgi
│   └── telestrat-240-200-2.tgi
└── vic20
└── drv
├── emd
│   ├── vic20-georam.emd
│   └── vic20-rama.emd
└── joy
├── vic20-ptvjoy.joy
└── vic20-stdjoy.joy
131 directories, 477 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment