1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz c4492130c4 Reverted the last change, because it doesn't compile.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5028 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-05-24 06:48:02 +00:00
asminc _tgi_getaspectratio was declared global twice, while tgi_setaspectratio was 2011-05-02 19:18:38 +00:00
doc Document the aspect ratio functions. 2011-05-10 18:39:06 +00:00
include Removed tgi_load() and all corresponding infrastructure. The idea behind tgi_load() was to be able to describe a TGI mode in a target-neutral way by resolution and colordepth. However it turned out that there arn't any cc65 targets sharing any resolution. As a result the only working target-independent approach for a TGI program is to call tgi_loaddriver(tgi_stddrv); and then look up the resolution provided - and to adapt to that resolution. 2011-05-03 21:28:20 +00:00
libsrc Reverted the last change, because it doesn't compile. 2011-05-24 06:48:02 +00:00
make
packages
samples Cache aspect ratio like already done with resolution. 2011-05-01 21:38:04 +00:00
src Fixed typoes in cl65's --help message. By Greg King. 2011-05-09 16:33:38 +00:00
testcode
util