1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc d810ed97d2 Redesigned GEOS VLIR linking:
- No more post-linking with resource compiler, rather ld65 directly creates the VLIR CVT file.
- No more dynamic linker config creation, rather the built-in 'geos' config is usable both for SEQ CVT and VLIR CVT files.

ToDos:
- Have ld65 accept alignment to $FD.
- Adjust docs / samples.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5314 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-12-26 22:54:04 +00:00
asminc Declaration of tgi_settextdir() added. 2011-07-31 22:17:21 +00:00
doc Minor formatting adjustment. 2011-12-19 14:49:40 +00:00
include Adjustments to recent adding of get/set prefix to tgi function names. 2011-11-29 21:36:42 +00:00
libsrc Redesigned GEOS VLIR linking: 2011-12-26 22:54:04 +00:00
make changed wording of the message 2011-12-26 16:50:23 +00:00
packages NES character mode TGI driver. By Stefan Haubenthal. 2011-06-21 20:34:18 +00:00
samples Cache aspect ratio like already done with resolution. 2011-05-01 21:38:04 +00:00
src Redesigned GEOS VLIR linking: 2011-12-26 22:54:04 +00:00
testcode change my email addr from cpg@aladdin.de to chris@groessler.org 2011-02-26 22:15:24 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00