cc65/src
Oliver Schmidt 8e75906737 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.
2018-03-07 23:05:21 +01:00
..
ar65 Merge pull request #442 from polluks/patch-6 2017-06-03 22:06:27 +02:00
ca65 Make some arrays const. 2017-06-28 20:43:31 +02:00
cc65 Made 'wrapped call' code build with VS 2015. 2018-03-05 20:44:32 +01:00
chrcvt65 All programs print version and exit successfully. 2016-08-12 08:54:41 -07:00
cl65 Fixed -W cmdline option handling. 2018-03-05 22:31:10 +01:00
co65 Make some arrays const. 2017-06-28 20:43:31 +02:00
common Switched Apple II output format to AppleSingle. 2018-03-07 23:05:21 +01:00
da65 Fixed the way that the disassembler looks for the end of a segment. 2017-10-31 00:47:07 -04:00
dbginfo Fixed the " til " typos. 2015-09-06 12:25:00 -04:00
grc65 Fix coding style. 2017-06-30 07:35:21 +02:00
ld65 All programs print version and exit successfully. 2016-08-12 08:54:41 -07:00
od65 All programs print version and exit successfully. 2016-08-12 08:54:41 -07:00
sim65 65C02 JMP (ind,x) opcode 7C 2018-01-14 19:42:29 +00:00
sp65 Make some arrays const. 2017-06-28 20:43:31 +02:00
.gitignore Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
Makefile Suppress potential svnversion error output. 2017-11-30 19:17:45 +01:00
ar65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
ca65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
cc65.sln Added chrcvt65 to the Visual Studio project. 2016-06-03 11:37:15 +02:00
cc65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
chrcvt65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
cl65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
co65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
common.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
da65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
grc65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
ld65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
od65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
sim65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00
sp65.vcxproj Updated from Visual Studio 2013 to Visual Studio 2015. 2018-03-05 20:42:37 +01:00