1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65/libsrc
Oliver Schmidt 619b215260 Added library reference em_libref to EMD interface.
Occasionally dynamically drivers suffer from not being to refer to
content in the C library. Therefore I added a mechanism to allow
a C library for a certian target to define a symbol that will be
handed over to dynamic drivers for that target. Then the drivers
can use their refernce to that symbol to access content in the C
library.
2013-06-01 00:11:31 +02:00
..
apple2 Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
atari Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
atmos Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
c16 Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
c64 Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
c128 Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
cbm Use cbm_load() to load overlays on CBMs. 2013-05-29 01:12:24 +02:00
cbm510 Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
cbm610 Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
common Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
conio Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dbg Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
em Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
geos-apple Made geos-apple's file-converter depend on apple2enh's library. 2013-05-09 14:46:04 -04:00
geos-cbm Added library reference em_libref to EMD interface. 2013-06-01 00:11:31 +02:00
geos-common Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
joystick Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lynx Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
mouse Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
nes Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
pet Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
plus4 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
runtime Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
serial Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sim6502 Added support for cc65 program arguments. 2013-05-24 18:36:30 +02:00
supervision Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
tgi Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
vic20 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
zlib Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
Makefile Explicitly set search paths for libraries build. 2013-05-31 21:30:14 +02:00