1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 18:57:06 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
uz 9c53f8879c Fixed a problem in GetSymParentScope, where an error in the assembler input
somewhere before could lead to an invalid memory access.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5031 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-05-31 14:51:21 +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
src Fixed a problem in GetSymParentScope, where an error in the assembler input 2011-05-31 14:51:21 +00:00
testcode
util