1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-28 10:55:43 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc 1c92251a0e Added documentation of static drivers.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5928 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-11-09 21:05:40 +00:00
asminc Change imports from "import" to "global", so the file can be used from 2012-11-04 13:54:06 +00:00
doc Added documentation of static drivers. 2012-11-09 21:05:40 +00:00
include Added declarations for target-specific static drivers being part of the C library. 2012-11-07 23:20:58 +00:00
libsrc Minor adjustment. 2012-11-07 22:34:08 +00:00
make
packages Applied changes by Daniel Pralle, adding stuff that is compiled but not 2012-10-01 20:01:15 +00:00
samples Added option to build samples with statically linked drivers - and have the targets use it by default which don't support dynamically loaded drivers. 2012-11-04 22:01:51 +00:00
src Use array type declaration to avoid &-operator. 2012-11-07 23:25:37 +00:00
targetutil Made use of recently introduced getcurrentdevice(). 2012-10-21 14:36:05 +00:00
testcode
util