1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc/geos/devel
uz 4026a28c60 Added a new flags byte to the TGI headers. Bumped the API version.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5083 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-07-17 11:23:27 +00:00
..
crt0.s Now that we reduce the size of the RAM memory area by the stacksize in the linker configuration we need to add the stacksize to end of the RAM area when setting the initial stack pointer in the startup code. 2010-10-02 10:37:20 +00:00
extzp.s Use new assembler syntax 2003-11-09 23:00:22 +00:00
fio_module.s Change handling of errno/seterrno to new behaviour. By Maciej Witkowiak. 2010-08-07 18:22:37 +00:00
geos-stdjoy.s Use new decls 2003-12-17 09:28:28 +00:00
geos-tgi.s Added a new flags byte to the TGI headers. Bumped the API version. 2011-07-17 11:23:27 +00:00
geos-vdc.s Use new decls 2003-12-17 09:28:28 +00:00
joy_stddrv.s New module joy_stddrv 2004-05-06 08:16:14 +00:00
mainargs.s Move constructor code into the INIT segment 2005-02-26 09:28:46 +00:00
Makefile 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-02 10:38:48 +00:00
mcbdefault.s Removed two extra bytes from the TGI driver's header. 2011-05-01 17:04:30 +00:00
mouse_stddrv.s Removed two extra bytes from the TGI driver's header. 2011-05-01 17:04:30 +00:00
oserrlist.s updated error descriptions 2003-04-17 09:59:16 +00:00
oserror.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
randomize.s added _randomize() implementation 2002-11-10 15:48:57 +00:00
tgi_colors.s Removed two extra bytes from the TGI driver's header. 2011-05-01 17:04:30 +00:00
tgi_stddrv.s 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-02 10:38:48 +00:00