1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
2009-09-10 09:59:26 +00:00
asminc Removed setoserror as an external. 2009-07-27 18:48:03 +00:00
doc Added support for switching between 40/80 columns. As the Apple //e 80 column firmware features converting the current screen content on switching if was already active before the idea is to keep the 80 column firmware active and initialize it (which clears the screen) only if necessary. 2009-09-10 09:04:05 +00:00
include Added support for switching between 40/80 columns. As the Apple //e 80 column firmware features converting the current screen content on switching if was already active before the idea is to keep the 80 column firmware active and initialize it (which clears the screen) only if necessary. 2009-09-10 09:04:05 +00:00
libsrc ProDOS 8 requires an page-aligned 1kB IO-buffer for every open file. The implementation using posix_memalign() is universally correct but quite expensive. There I added support for overriding this implementation with maybe limited (i.e. to one open file) but cheaper custom implementations. 2009-09-10 09:59:26 +00:00
make Remove the top-level Makefile's attempt to install the no-longer-external 2009-08-05 14:31:33 +00:00
packages There are no more startup object modules. 2009-07-31 12:56:36 +00:00
samples Increase count to 16384. Simplify complex expression. 2009-08-28 17:21:58 +00:00
src Fixed an error in OptPtrLoad16. 2009-09-08 21:10:19 +00:00
testcode Added a multiplication test program. 2009-08-17 20:37:36 +00:00
util git-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559-68d2-44c3-8de9-860c34a00d81 2008-08-02 22:02:54 +00:00