Index: head/devel/cc65/Makefile =================================================================== --- head/devel/cc65/Makefile (revision 556811) +++ head/devel/cc65/Makefile (revision 556812) @@ -1,59 +1,64 @@ # Created by: Tim Vanderhoek # $FreeBSD$ PORTNAME= cc65 -PORTVERSION= 2.18 -PORTREVISION= 1 +PORTVERSION= 2.19 DISTVERSIONPREFIX= V CATEGORIES= devel MAINTAINER= wen@FreeBSD.org COMMENT= Cross-compiler for 6502-based systems LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake perl5 shebangfix USE_PERL5= build USE_GITHUB= yes MAKE_JOBS_UNSAFE= yes MAKE_ARGS= samplesdir=${EXAMPLESDIR} infodir=${PREFIX}/${INFO_PATH}/cc65 ALL_TARGET= all SHEBANG_FILES= util/ca65html OPTIONS_DEFINE= DOCS EXAMPLES INFO OPTIONS_DEFAULT= DOCS EXAMPLES INFO DOCS_BUILD_DEPENDS= linuxdoc:textproc/linuxdoc-tools DOCS_ALL_TARGET= html INFO_BUILD_DEPENDS= linuxdoc:textproc/linuxdoc-tools INFO_INFO= cc65/apple2 cc65/apple2enh cc65/ar65 cc65/atari \ cc65/atari2600 cc65/atari5200 cc65/atmos cc65/c128 cc65/c16 \ cc65/c64 cc65/ca65 cc65/cbm510 cc65/cbm610 cc65/cc65-intern \ cc65/cc65 cc65/chrcvt65 cc65/cl65 cc65/co65 cc65/coding \ - cc65/creativision cc65/customizing cc65/da65 cc65/debugging \ + cc65/creativision cc65/customizing cc65/cx16 cc65/da65 cc65/debugging \ cc65/dio cc65/funcref cc65/gamate cc65/geos cc65/grc65 \ cc65/index cc65/intro cc65/ld65 cc65/library cc65/lynx \ cc65/nes cc65/od65 cc65/osi cc65/pce cc65/pet cc65/plus4 \ cc65/sim65 cc65/smc cc65/sp65 cc65/supervision cc65/telestrat \ cc65/tgi cc65/using-make cc65/vic20 +MAKEFILE_REPLACE= src/Makefile \ + test/dasm/Makefile \ + test/asm/Makefile \ + test/ref/Makefile \ + test/misc/Makefile INFO_USES= makeinfo INFO_ALL_TARGET= info post-patch: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ - '/gcc/s|^CC|#CC| ; \ - /-O2/s|^CFLAGS|#CFLAGS|' +.for f in ${MAKEFILE_REPLACE} + @${REINPLACE_CMD} -e '/gcc/s|^CC|#CC|' \ + -e '/-O2/s|^CFLAGS|#CFLAGS|' ${WRKSRC}/${f} +.endfor post-install: .for b in ar65 ca65 cc65 chrcvt65 cl65 co65 da65 grc65 ld65 od65 sim65 sp65 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/devel/cc65/distinfo =================================================================== --- head/devel/cc65/distinfo (revision 556811) +++ head/devel/cc65/distinfo (revision 556812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559287061 -SHA256 (cc65-cc65-V2.18_GH0.tar.gz) = d14a22fb87c7bcbecd8a83d5362d5d317b19c6ce2433421f2512f28293a6eaab -SIZE (cc65-cc65-V2.18_GH0.tar.gz) = 2254374 +TIMESTAMP = 1606902168 +SHA256 (cc65-cc65-V2.19_GH0.tar.gz) = 157b8051aed7f534e5093471e734e7a95e509c577324099c3c81324ed9d0de77 +SIZE (cc65-cc65-V2.19_GH0.tar.gz) = 2284735 Index: head/devel/cc65/pkg-descr =================================================================== --- head/devel/cc65/pkg-descr (revision 556811) +++ head/devel/cc65/pkg-descr (revision 556812) @@ -1,21 +1,21 @@ cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools. Direct library support (that is, startup/initialization code) and support libraries for other features are available for... - the Commodore C64 - the GEOS operating system for the Commodore C64 - the Commodore C128 - the Commodore C16, C116 and Plus/4 - the Commodore P500 - the Commodore 600/700 family of computers - the Apple ][ - the Atari 8bit machines - the Oric Atmos - the Nintendo Entertainment System (NES) - the Supervision Game Console - the Atari Lynx Console -WWW: https://www.cc65.org/ +WWW: https://cc65.github.io/ Index: head/devel/cc65/pkg-plist =================================================================== --- head/devel/cc65/pkg-plist (revision 556811) +++ head/devel/cc65/pkg-plist (revision 556812) @@ -1,515 +1,528 @@ bin/ar65 bin/ca65 bin/cc65 bin/chrcvt65 bin/cl65 bin/co65 bin/da65 bin/grc65 bin/ld65 bin/od65 bin/sim65 bin/sp65 %%DATADIR%%/asminc/_file.inc %%DATADIR%%/asminc/_heap.inc %%DATADIR%%/asminc/accelerator.inc %%DATADIR%%/asminc/apple2.inc %%DATADIR%%/asminc/apple2.mac %%DATADIR%%/asminc/atari.inc %%DATADIR%%/asminc/atari.mac %%DATADIR%%/asminc/atari2600.inc %%DATADIR%%/asminc/atari2600_riot.inc %%DATADIR%%/asminc/atari2600_tia.inc %%DATADIR%%/asminc/atari5200.inc %%DATADIR%%/asminc/atari_antic.inc %%DATADIR%%/asminc/atari_gtia.inc %%DATADIR%%/asminc/atari_pokey.inc %%DATADIR%%/asminc/atmos.inc %%DATADIR%%/asminc/c128.inc %%DATADIR%%/asminc/c16.inc %%DATADIR%%/asminc/c64.inc %%DATADIR%%/asminc/cbm.mac %%DATADIR%%/asminc/cbm_kernal.inc %%DATADIR%%/asminc/cbm510.inc %%DATADIR%%/asminc/cbm610.inc %%DATADIR%%/asminc/cbm_filetype.inc %%DATADIR%%/asminc/cpu.mac %%DATADIR%%/asminc/creativision.inc %%DATADIR%%/asminc/ctype.inc +%%DATADIR%%/asminc/ctype_common.inc +%%DATADIR%%/asminc/ctypetable.inc +%%DATADIR%%/asminc/cx16.inc %%DATADIR%%/asminc/em-error.inc %%DATADIR%%/asminc/em-kernel.inc %%DATADIR%%/asminc/errno.inc %%DATADIR%%/asminc/fcntl.inc %%DATADIR%%/asminc/gamate.inc %%DATADIR%%/asminc/generic.mac %%DATADIR%%/asminc/get_tv.inc %%DATADIR%%/asminc/joy-error.inc %%DATADIR%%/asminc/joy-kernel.inc %%DATADIR%%/asminc/longbranch.mac %%DATADIR%%/asminc/lynx.inc %%DATADIR%%/asminc/modload.inc %%DATADIR%%/asminc/module.mac %%DATADIR%%/asminc/mouse-kernel.inc %%DATADIR%%/asminc/nes.inc %%DATADIR%%/asminc/o65.inc %%DATADIR%%/asminc/opcodes.inc %%DATADIR%%/asminc/pce.inc %%DATADIR%%/asminc/pet.inc %%DATADIR%%/asminc/plus4.inc %%DATADIR%%/asminc/ser-error.inc %%DATADIR%%/asminc/ser-kernel.inc %%DATADIR%%/asminc/signal.inc %%DATADIR%%/asminc/smc.inc %%DATADIR%%/asminc/stdio.inc %%DATADIR%%/asminc/supervision.inc %%DATADIR%%/asminc/telestrat.inc %%DATADIR%%/asminc/tgi-error.inc %%DATADIR%%/asminc/tgi-kernel.inc %%DATADIR%%/asminc/tgi-vectorfont.inc %%DATADIR%%/asminc/time.inc %%DATADIR%%/asminc/utsname.inc %%DATADIR%%/asminc/vic20.inc %%DATADIR%%/asminc/zeropage.inc %%DATADIR%%/cfg/apple2-asm.cfg %%DATADIR%%/cfg/apple2-hgr.cfg %%DATADIR%%/cfg/apple2-overlay.cfg %%DATADIR%%/cfg/apple2-system.cfg %%DATADIR%%/cfg/apple2.cfg %%DATADIR%%/cfg/apple2enh-asm.cfg %%DATADIR%%/cfg/apple2enh-hgr.cfg %%DATADIR%%/cfg/apple2enh-overlay.cfg %%DATADIR%%/cfg/apple2enh-system.cfg %%DATADIR%%/cfg/apple2enh.cfg %%DATADIR%%/cfg/atari-asm.cfg %%DATADIR%%/cfg/atari-asm-xex.cfg %%DATADIR%%/cfg/atari-cart.cfg %%DATADIR%%/cfg/atari-cassette.cfg %%DATADIR%%/cfg/atari-overlay.cfg %%DATADIR%%/cfg/atari-xex.cfg %%DATADIR%%/cfg/atari.cfg %%DATADIR%%/cfg/atari2600.cfg %%DATADIR%%/cfg/atari5200.cfg %%DATADIR%%/cfg/atarixl-largehimem.cfg %%DATADIR%%/cfg/atarixl-overlay.cfg %%DATADIR%%/cfg/atarixl-xex.cfg %%DATADIR%%/cfg/atarixl.cfg %%DATADIR%%/cfg/atmos.cfg %%DATADIR%%/cfg/bbc.cfg %%DATADIR%%/cfg/c128-overlay.cfg %%DATADIR%%/cfg/c128.cfg %%DATADIR%%/cfg/c16-32k.cfg %%DATADIR%%/cfg/c16.cfg +%%DATADIR%%/cfg/cx16-asm.cfg +%%DATADIR%%/cfg/cx16-bank.cfg +%%DATADIR%%/cfg/cx16.cfg %%DATADIR%%/cfg/c64-asm.cfg %%DATADIR%%/cfg/c64-overlay.cfg %%DATADIR%%/cfg/c64.cfg %%DATADIR%%/cfg/cbm510.cfg %%DATADIR%%/cfg/cbm610.cfg %%DATADIR%%/cfg/creativision.cfg %%DATADIR%%/cfg/gamate.cfg %%DATADIR%%/cfg/geos-apple.cfg %%DATADIR%%/cfg/geos-cbm.cfg %%DATADIR%%/cfg/lunix.cfg %%DATADIR%%/cfg/lynx-bll.cfg %%DATADIR%%/cfg/lynx-coll.cfg %%DATADIR%%/cfg/lynx-uploader.cfg %%DATADIR%%/cfg/lynx.cfg %%DATADIR%%/cfg/module.cfg %%DATADIR%%/cfg/nes.cfg %%DATADIR%%/cfg/none.cfg %%DATADIR%%/cfg/osic1p-asm.cfg %%DATADIR%%/cfg/osic1p.cfg %%DATADIR%%/cfg/pce.cfg %%DATADIR%%/cfg/pet.cfg %%DATADIR%%/cfg/plus4.cfg %%DATADIR%%/cfg/sim6502.cfg %%DATADIR%%/cfg/sim65c02.cfg %%DATADIR%%/cfg/supervision-128k.cfg %%DATADIR%%/cfg/supervision-16k.cfg %%DATADIR%%/cfg/supervision-64k.cfg %%DATADIR%%/cfg/supervision.cfg %%DATADIR%%/cfg/telestrat.cfg %%DATADIR%%/cfg/vic20-32k.cfg %%DATADIR%%/cfg/vic20.cfg %%DATADIR%%/include/6502.h %%DATADIR%%/include/_6522.h %%DATADIR%%/include/_6525.h %%DATADIR%%/include/_6526.h %%DATADIR%%/include/_6545.h %%DATADIR%%/include/_6551.h %%DATADIR%%/include/_antic.h %%DATADIR%%/include/_atarios.h %%DATADIR%%/include/_gtia.h %%DATADIR%%/include/_heap.h %%DATADIR%%/include/_mikey.h %%DATADIR%%/include/_pbi.h %%DATADIR%%/include/_pia.h %%DATADIR%%/include/_pokey.h %%DATADIR%%/include/_riot.h %%DATADIR%%/include/_sid.h %%DATADIR%%/include/_suzy.h %%DATADIR%%/include/_ted.h %%DATADIR%%/include/_tia.h %%DATADIR%%/include/_vdc.h %%DATADIR%%/include/_vic.h %%DATADIR%%/include/_vic2.h %%DATADIR%%/include/accelerator.h %%DATADIR%%/include/apple2.h %%DATADIR%%/include/apple2_filetype.h %%DATADIR%%/include/apple2enh.h +%%DATADIR%%/include/ascii_charmap.h +%%DATADIR%%/include/cx16.h %%DATADIR%%/include/assert.h %%DATADIR%%/include/atari.h %%DATADIR%%/include/atari2600.h %%DATADIR%%/include/atari5200.h %%DATADIR%%/include/atari_atascii_charmap.h %%DATADIR%%/include/atari_screen_charmap.h %%DATADIR%%/include/atmos.h %%DATADIR%%/include/c128.h %%DATADIR%%/include/c16.h %%DATADIR%%/include/c64.h %%DATADIR%%/include/cbm.h %%DATADIR%%/include/cbm_petscii_charmap.h %%DATADIR%%/include/cbm_screen_charmap.h %%DATADIR%%/include/cbm264.h %%DATADIR%%/include/cbm510.h %%DATADIR%%/include/cbm610.h %%DATADIR%%/include/cbm_filetype.h %%DATADIR%%/include/cc65.h %%DATADIR%%/include/conio.h %%DATADIR%%/include/creativision.h %%DATADIR%%/include/ctype.h %%DATADIR%%/include/dbg.h %%DATADIR%%/include/device.h %%DATADIR%%/include/dio.h %%DATADIR%%/include/dirent.h %%DATADIR%%/include/em.h %%DATADIR%%/include/em/em-kernel.h %%DATADIR%%/include/errno.h %%DATADIR%%/include/fcntl.h %%DATADIR%%/include/gamate.h %%DATADIR%%/include/geos.h %%DATADIR%%/include/geos/gconst.h %%DATADIR%%/include/geos/gdisk.h %%DATADIR%%/include/geos/gdlgbox.h %%DATADIR%%/include/geos/gfile.h %%DATADIR%%/include/geos/ggraph.h %%DATADIR%%/include/geos/gmemory.h %%DATADIR%%/include/geos/gmenu.h %%DATADIR%%/include/geos/gprocess.h %%DATADIR%%/include/geos/gsprite.h %%DATADIR%%/include/geos/gstruct.h %%DATADIR%%/include/geos/gsym.h %%DATADIR%%/include/geos/gsys.h %%DATADIR%%/include/inttypes.h %%DATADIR%%/include/iso646.h %%DATADIR%%/include/joystick.h %%DATADIR%%/include/joystick/joy-kernel.h %%DATADIR%%/include/limits.h %%DATADIR%%/include/locale.h %%DATADIR%%/include/lynx.h %%DATADIR%%/include/lz4.h %%DATADIR%%/include/modload.h %%DATADIR%%/include/mouse.h %%DATADIR%%/include/mouse/mouse-kernel.h %%DATADIR%%/include/nes.h %%DATADIR%%/include/o65.h %%DATADIR%%/include/osic1p.h %%DATADIR%%/include/pce.h %%DATADIR%%/include/peekpoke.h %%DATADIR%%/include/pen.h %%DATADIR%%/include/pet.h %%DATADIR%%/include/plus4.h %%DATADIR%%/include/serial.h %%DATADIR%%/include/setjmp.h %%DATADIR%%/include/signal.h %%DATADIR%%/include/stdarg.h %%DATADIR%%/include/stdbool.h %%DATADIR%%/include/stddef.h %%DATADIR%%/include/stdint.h %%DATADIR%%/include/stdio.h %%DATADIR%%/include/stdlib.h %%DATADIR%%/include/string.h %%DATADIR%%/include/supervision.h %%DATADIR%%/include/sys/stat.h %%DATADIR%%/include/sys/types.h %%DATADIR%%/include/sys/utsname.h %%DATADIR%%/include/target.h %%DATADIR%%/include/telestrat.h %%DATADIR%%/include/tgi.h %%DATADIR%%/include/tgi/tgi-error.h %%DATADIR%%/include/tgi/tgi-kernel.h %%DATADIR%%/include/tgi/tgi-vectorfont.h %%DATADIR%%/include/time.h %%DATADIR%%/include/unistd.h %%DATADIR%%/include/vic20.h %%DATADIR%%/include/zlib.h %%DATADIR%%/lib/apple2-iobuf-0800.o %%DATADIR%%/lib/apple2.lib %%DATADIR%%/lib/apple2enh-iobuf-0800.o %%DATADIR%%/lib/apple2enh.lib %%DATADIR%%/lib/atari.lib %%DATADIR%%/lib/atari2600.lib %%DATADIR%%/lib/atari5200.lib %%DATADIR%%/lib/atari5200-conioscreen-20x12.o %%DATADIR%%/lib/atarixl.lib %%DATADIR%%/lib/atmos.lib %%DATADIR%%/lib/c128.lib %%DATADIR%%/lib/c16.lib %%DATADIR%%/lib/c64-soft80.o %%DATADIR%%/lib/c64-soft80mono.o %%DATADIR%%/lib/c64-tgimousedata.o %%DATADIR%%/lib/c64.lib %%DATADIR%%/lib/cbm510.lib %%DATADIR%%/lib/cbm610.lib %%DATADIR%%/lib/creativision.lib +%%DATADIR%%/lib/cx16.lib %%DATADIR%%/lib/gamate.lib %%DATADIR%%/lib/geos-apple.lib %%DATADIR%%/lib/geos-cbm.lib %%DATADIR%%/lib/lynx.lib %%DATADIR%%/lib/nes.lib %%DATADIR%%/lib/none.lib %%DATADIR%%/lib/osic1p-screen-s3-32x28.o %%DATADIR%%/lib/osic1p.lib %%DATADIR%%/lib/pce.lib %%DATADIR%%/lib/pet.lib %%DATADIR%%/lib/plus4.lib %%DATADIR%%/lib/sim6502.lib %%DATADIR%%/lib/sim65c02.lib %%DATADIR%%/lib/supervision.lib %%DATADIR%%/lib/telestrat.lib %%DATADIR%%/lib/vic20.lib %%DATADIR%%/target/apple2/drv/emd/a2.auxmem.emd %%DATADIR%%/target/apple2/drv/joy/a2.stdjoy.joy %%DATADIR%%/target/apple2/drv/mou/a2.stdmou.mou %%DATADIR%%/target/apple2/drv/ser/a2.ssc.ser %%DATADIR%%/target/apple2/drv/tgi/a2.hi.tgi %%DATADIR%%/target/apple2/drv/tgi/a2.lo.tgi %%DATADIR%%/target/apple2/util/loader.system %%DATADIR%%/target/apple2enh/drv/emd/a2e.auxmem.emd %%DATADIR%%/target/apple2enh/drv/joy/a2e.stdjoy.joy %%DATADIR%%/target/apple2enh/drv/mou/a2e.stdmou.mou %%DATADIR%%/target/apple2enh/drv/ser/a2e.ssc.ser %%DATADIR%%/target/apple2enh/drv/tgi/a2e.hi.tgi %%DATADIR%%/target/apple2enh/drv/tgi/a2e.lo.tgi %%DATADIR%%/target/apple2enh/util/loader.system %%DATADIR%%/target/atari/drv/emd/atr130.emd %%DATADIR%%/target/atari/drv/joy/atrmj8.joy %%DATADIR%%/target/atari/drv/joy/atrstd.joy %%DATADIR%%/target/atari/drv/mou/atrami.mou %%DATADIR%%/target/atari/drv/mou/atrjoy.mou %%DATADIR%%/target/atari/drv/mou/atrst.mou %%DATADIR%%/target/atari/drv/mou/atrtrk.mou %%DATADIR%%/target/atari/drv/mou/atrtt.mou %%DATADIR%%/target/atari/drv/ser/atrrdev.ser %%DATADIR%%/target/atari/drv/tgi/atr10.tgi %%DATADIR%%/target/atari/drv/tgi/atr10p2.tgi %%DATADIR%%/target/atari/drv/tgi/atr11.tgi %%DATADIR%%/target/atari/drv/tgi/atr14.tgi %%DATADIR%%/target/atari/drv/tgi/atr15.tgi %%DATADIR%%/target/atari/drv/tgi/atr15p2.tgi %%DATADIR%%/target/atari/drv/tgi/atr3.tgi %%DATADIR%%/target/atari/drv/tgi/atr4.tgi %%DATADIR%%/target/atari/drv/tgi/atr5.tgi %%DATADIR%%/target/atari/drv/tgi/atr6.tgi %%DATADIR%%/target/atari/drv/tgi/atr7.tgi %%DATADIR%%/target/atari/drv/tgi/atr8.tgi %%DATADIR%%/target/atari/drv/tgi/atr8p2.tgi %%DATADIR%%/target/atari/drv/tgi/atr9.tgi %%DATADIR%%/target/atari/drv/tgi/atr9p2.tgi %%DATADIR%%/target/atari/util/w2cas.com %%DATADIR%%/target/atari5200/drv/joy/atr5200std.joy %%DATADIR%%/target/atarixl/drv/emd/atrx130.emd %%DATADIR%%/target/atarixl/drv/joy/atrxmj8.joy %%DATADIR%%/target/atarixl/drv/joy/atrxstd.joy %%DATADIR%%/target/atarixl/drv/mou/atrxami.mou %%DATADIR%%/target/atarixl/drv/mou/atrxjoy.mou %%DATADIR%%/target/atarixl/drv/mou/atrxst.mou %%DATADIR%%/target/atarixl/drv/mou/atrxtrk.mou %%DATADIR%%/target/atarixl/drv/mou/atrxtt.mou %%DATADIR%%/target/atarixl/drv/ser/atrxrdev.ser %%DATADIR%%/target/atarixl/drv/tgi/atrx10.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx10p2.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx11.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx14.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx15.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx15p2.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx3.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx4.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx5.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx6.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx7.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx8.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx8p2.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx9.tgi %%DATADIR%%/target/atarixl/drv/tgi/atrx9p2.tgi %%DATADIR%%/target/atmos/drv/joy/atmos-ijk.joy %%DATADIR%%/target/atmos/drv/joy/atmos-pase.joy %%DATADIR%%/target/atmos/drv/ser/atmos-acia.ser %%DATADIR%%/target/atmos/drv/tgi/atmos-228-200-3.tgi %%DATADIR%%/target/atmos/drv/tgi/atmos-240-200-2.tgi %%DATADIR%%/target/c128/drv/emd/c128-efnram.emd %%DATADIR%%/target/c128/drv/emd/c128-georam.emd %%DATADIR%%/target/c128/drv/emd/c128-ifnram.emd %%DATADIR%%/target/c128/drv/emd/c128-ram.emd %%DATADIR%%/target/c128/drv/emd/c128-ram2.emd %%DATADIR%%/target/c128/drv/emd/c128-ramcart.emd %%DATADIR%%/target/c128/drv/emd/c128-reu.emd %%DATADIR%%/target/c128/drv/emd/c128-vdc.emd %%DATADIR%%/target/c128/drv/joy/c128-ptvjoy.joy %%DATADIR%%/target/c128/drv/joy/c128-stdjoy.joy %%DATADIR%%/target/c128/drv/mou/c128-1351.mou %%DATADIR%%/target/c128/drv/tgi/c128-hi.tgi %%DATADIR%%/target/c128/drv/mou/c128-inkwell.mou %%DATADIR%%/target/c128/drv/mou/c128-joy.mou %%DATADIR%%/target/c128/drv/mou/c128-pot.mou %%DATADIR%%/target/c128/drv/ser/c128-swlink.ser %%DATADIR%%/target/c128/drv/tgi/c128-vdc.tgi %%DATADIR%%/target/c128/drv/tgi/c128-vdc2.tgi %%DATADIR%%/target/c16/drv/emd/c16-ram.emd %%DATADIR%%/target/c16/drv/joy/c16-stdjoy.joy %%DATADIR%%/target/c64/drv/emd/c64-65816.emd %%DATADIR%%/target/c64/drv/emd/c64-c256k.emd %%DATADIR%%/target/c64/drv/emd/c64-dqbb.emd %%DATADIR%%/target/c64/drv/emd/c64-georam.emd %%DATADIR%%/target/c64/drv/emd/c64-isepic.emd %%DATADIR%%/target/c64/drv/emd/c64-ram.emd %%DATADIR%%/target/c64/drv/emd/c64-ramcart.emd %%DATADIR%%/target/c64/drv/emd/c64-reu.emd %%DATADIR%%/target/c64/drv/emd/c64-vdc.emd %%DATADIR%%/target/c64/drv/emd/dtv-himem.emd %%DATADIR%%/target/c64/drv/joy/c64-hitjoy.joy %%DATADIR%%/target/c64/drv/joy/c64-numpad.joy %%DATADIR%%/target/c64/drv/joy/c64-ptvjoy.joy %%DATADIR%%/target/c64/drv/joy/c64-stdjoy.joy %%DATADIR%%/target/c64/drv/mou/c64-1351.mou %%DATADIR%%/target/c64/drv/mou/c64-inkwell.mou %%DATADIR%%/target/c64/drv/mou/c64-joy.mou %%DATADIR%%/target/c64/drv/mou/c64-pot.mou %%DATADIR%%/target/c64/drv/ser/c64-swlink.ser %%DATADIR%%/target/c64/drv/tgi/c64-hi.tgi %%DATADIR%%/target/cbm510/drv/emd/cbm510-ram.emd %%DATADIR%%/target/cbm510/drv/joy/cbm510-std.joy %%DATADIR%%/target/cbm510/drv/mou/cbm510-inkwl.mou %%DATADIR%%/target/cbm510/drv/mou/cbm510-joy.mou %%DATADIR%%/target/cbm510/drv/ser/cbm510-std.ser %%DATADIR%%/target/cbm610/drv/emd/cbm610-ram.emd %%DATADIR%%/target/cbm610/drv/ser/cbm610-std.ser %%DATADIR%%/target/creativision/drv/joy/creativision-stdjoy.joy +%%DATADIR%%/target/cx16/drv/joy/cx16-std.joy +%%DATADIR%%/target/cx16/drv/mou/cx16-std.mou %%DATADIR%%/target/gamate/drv/joy/gamate-stdjoy.joy %%DATADIR%%/target/geos-apple/util/convert.system %%DATADIR%%/target/geos-cbm/drv/emd/geos-vdc.emd %%DATADIR%%/target/geos-cbm/drv/joy/geos-stdjoy.joy %%DATADIR%%/target/geos-cbm/drv/tgi/geos-tgi.tgi %%DATADIR%%/target/lynx/drv/joy/lynx-stdjoy.joy %%DATADIR%%/target/lynx/drv/ser/lynx-comlynx.ser %%DATADIR%%/target/lynx/drv/tgi/lynx-160-102-16.tgi %%DATADIR%%/target/nes/drv/joy/nes-stdjoy.joy %%DATADIR%%/target/nes/drv/tgi/nes-64-56-2.tgi %%DATADIR%%/target/pce/drv/joy/pce-stdjoy.joy %%DATADIR%%/target/pet/drv/joy/pet-ptvjoy.joy %%DATADIR%%/target/pet/drv/joy/pet-stdjoy.joy %%DATADIR%%/target/plus4/drv/joy/plus4-stdjoy.joy %%DATADIR%%/target/plus4/drv/ser/plus4-stdser.ser %%DATADIR%%/target/supervision/drv/joy/supervision-stdjoy.joy +%%DATADIR%%/target/telestrat/drv/joy/telestrat.joy %%DATADIR%%/target/telestrat/drv/tgi/telestrat-228-200-3.tgi %%DATADIR%%/target/telestrat/drv/tgi/telestrat-240-200-2.tgi %%DATADIR%%/target/vic20/drv/joy/vic20-ptvjoy.joy %%DATADIR%%/target/vic20/drv/joy/vic20-stdjoy.joy %%DATADIR%%/target/vic20/drv/emd/vic20-georam.emd %%DATADIR%%/target/vic20/drv/emd/vic20-rama.emd %%PORTDOCS%%%%DOCSDIR%%/html/apple2.html %%PORTDOCS%%%%DOCSDIR%%/html/apple2enh.html %%PORTDOCS%%%%DOCSDIR%%/html/ar65.html %%PORTDOCS%%%%DOCSDIR%%/html/atari.html %%PORTDOCS%%%%DOCSDIR%%/html/atari2600.html %%PORTDOCS%%%%DOCSDIR%%/html/atari5200.html %%PORTDOCS%%%%DOCSDIR%%/html/atmos.html %%PORTDOCS%%%%DOCSDIR%%/html/c128.html %%PORTDOCS%%%%DOCSDIR%%/html/c16.html %%PORTDOCS%%%%DOCSDIR%%/html/c64.html %%PORTDOCS%%%%DOCSDIR%%/html/ca65.html %%PORTDOCS%%%%DOCSDIR%%/html/cbm510.html %%PORTDOCS%%%%DOCSDIR%%/html/cbm610.html %%PORTDOCS%%%%DOCSDIR%%/html/cc65-intern.html %%PORTDOCS%%%%DOCSDIR%%/html/cc65.html %%PORTDOCS%%%%DOCSDIR%%/html/chrcvt65.html %%PORTDOCS%%%%DOCSDIR%%/html/cl65.html %%PORTDOCS%%%%DOCSDIR%%/html/co65.html %%PORTDOCS%%%%DOCSDIR%%/html/coding.html %%PORTDOCS%%%%DOCSDIR%%/html/creativision.html %%PORTDOCS%%%%DOCSDIR%%/html/customizing.html +%%PORTDOCS%%%%DOCSDIR%%/html/cx16.html %%PORTDOCS%%%%DOCSDIR%%/html/da65.html %%PORTDOCS%%%%DOCSDIR%%/html/debugging.html %%PORTDOCS%%%%DOCSDIR%%/html/dio.html %%PORTDOCS%%%%DOCSDIR%%/html/doc.css %%PORTDOCS%%%%DOCSDIR%%/html/doc.png %%PORTDOCS%%%%DOCSDIR%%/html/funcref.html %%PORTDOCS%%%%DOCSDIR%%/html/gamate.html %%PORTDOCS%%%%DOCSDIR%%/html/geos.html %%PORTDOCS%%%%DOCSDIR%%/html/grc65.html %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/intro.html %%PORTDOCS%%%%DOCSDIR%%/html/ld65.html %%PORTDOCS%%%%DOCSDIR%%/html/library.html %%PORTDOCS%%%%DOCSDIR%%/html/lynx.html %%PORTDOCS%%%%DOCSDIR%%/html/nes.html %%PORTDOCS%%%%DOCSDIR%%/html/od65.html %%PORTDOCS%%%%DOCSDIR%%/html/osi.html %%PORTDOCS%%%%DOCSDIR%%/html/pce.html %%PORTDOCS%%%%DOCSDIR%%/html/pet.html %%PORTDOCS%%%%DOCSDIR%%/html/plus4.html %%PORTDOCS%%%%DOCSDIR%%/html/sim65.html %%PORTDOCS%%%%DOCSDIR%%/html/smc.html %%PORTDOCS%%%%DOCSDIR%%/html/sp65.html %%PORTDOCS%%%%DOCSDIR%%/html/supervision.html %%PORTDOCS%%%%DOCSDIR%%/html/telestrat.html %%PORTDOCS%%%%DOCSDIR%%/html/tgi.html %%PORTDOCS%%%%DOCSDIR%%/html/using-make.html %%PORTDOCS%%%%DOCSDIR%%/html/vic20.html %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.bak %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ascii.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/atari2600hello.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/diodemo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/enumdevdir.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fire.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/bitmap-demo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/bitmap-demores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/dialog.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/filesel.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/fileselres.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosconio.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosconiores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosver.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/geosverres.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/getid.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/getidres.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/grphstr.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello1.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello1res.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello2.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/hello2res.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/inittab.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/logo.pcx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/menu.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/overlay-demo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/overlay-demores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/rmvprot.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/rmvprotres.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/vector-demo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/vector-demores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/yesno.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/geos/yesnores.grc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gunzip65.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mandelbrot.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mousedemo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/multidemo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nachtm.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlaydemo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plasma.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sieve.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/supervisionhello.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tgidemo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/hello.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/text.s