]> git.sur5r.net Git - cc65/commit
Switched Apple II output format to AppleSingle. V2.17
authorOliver Schmidt <ol.sc@web.de>
Wed, 7 Mar 2018 22:04:33 +0000 (23:04 +0100)
committerOliver Schmidt <ol.sc@web.de>
Wed, 7 Mar 2018 22:05:21 +0000 (23:05 +0100)
commit8e759067376d6c45e5d11d5af274eaea42ca9403
treed9d351edc84bb6648cec7f27ded60e0146ac9fa5
parent03c60efec92bf0aec9280bf6dbfab992d015f759
Switched Apple II output format to AppleSingle.

Although the primary target OS for the Apple II for sure isn't DOS 3.3 but ProDOS 8 the Apple II binary files contained a DOS 3.3 4-byte header. Recently I was made aware of the AppleSingle file format. That format is a much better way to transport Apple II meta data from the cc65 toolchain to the ProDOS 8 file system. Therefore I asked AppleCommander to support the AppleSingle file format. Now that there's an AppleCommander BETA with AppleSingle support it's the right time for this change.

I bumped version to 2.17 because of this from the perspective of Apple II users of course incompatible change.
16 files changed:
cfg/apple2-asm.cfg
cfg/apple2-hgr.cfg
cfg/apple2-overlay.cfg
cfg/apple2-system.cfg
cfg/apple2.cfg
cfg/apple2enh-asm.cfg
cfg/apple2enh-hgr.cfg
cfg/apple2enh-overlay.cfg
cfg/apple2enh-system.cfg
cfg/apple2enh.cfg
doc/apple2.sgml
doc/apple2enh.sgml
doc/intro.sgml
libsrc/apple2/exehdr.s
samples/Makefile
src/common/version.c