8000 Tags · Jarhmander/cc65 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Jarhmander/cc65

Tags

V2.17

Toggle V2.17's commit message
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.

V2.16

Toggle V2.16's commit message
Bumped version.

As suggested the incompatibility resulting from cc65@02daf9f makes a new version appropriate.

V2.15

Toggle V2.15's commit message
Bumped version.

As suggested the incompatibility resulting form changing the default calling convention makes a new version appropriate - from user perspective.

V2.14

Toggle V2.14's commit message
Bumped version to 2.14.0.

The cmdline parameter handling as become quite incompatible to 2.13.3 so it seems
appropriate to increase the minor version.

V2.13.3

Toggle V2.13.3's commit message
Normalized coding style.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5494 b7a2c559-68d2-44c3-8de9-860c34a00d81

V2.13.2

Toggle V2.13.2's commit message
The C16 is not really a separate machine, but identical to the Plus/4…

…, so

the include file must just include the file for the Plus/4.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4610 b7a2c559-68d2-44c3-8de9-860c34a00d81

V2.13.1

Toggle V2.13.1's commit message
Ignore unknown preprocessor directives in an #if group that is excluded.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4534 b7a2c559-68d2-44c3-8de9-860c34a00d81

V2.13.0

Toggle V2.13.0's commit message
Added note on the necessity of tab chars at the beginning of make com…

…mand lines.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4325 b7a2c559-68d2-44c3-8de9-860c34a00d81

V2.13.0rc4

Toggle V2.13.0rc4's commit message
Added docs for all the tgi functions and improved Lynx documentation

(contributed by Karri Kaksonen).


git-svn-id: svn://svn.cc65.org/cc65/trunk@4301 b7a2c559-68d2-44c3-8de9-860c34a00d81

V2.13.0rc2

Toggle V2.13.0rc2's commit message
Made stacksize user-adjustable on the cmdline.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4293 b7a2c559-68d2-44c3-8de9-860c34a00d81
0