This website requires JavaScript.
Explore
Help
Sign In
the10thwiz
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a6ca0b20930e58f5f37fd13866be638e1235bb82
cc65
/
libsrc
/
geos
/
devel
History
ol.sc
d72d373e83
Computed pixel aspect ratio (PAR) by presuming a display aspect ratio (DAR) of 4/3 for a classic CRT and using the given driver resolutions as storage aspect ratio (SAR).
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@5017 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-05-02 11:23:30 +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
…
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
…
geos-tgi.s
Computed pixel aspect ratio (PAR) by presuming a display aspect ratio (DAR) of 4/3 for a classic CRT and using the given driver resolutions as storage aspect ratio (SAR).
2011-05-02 11:23:30 +00:00
geos-vdc.s
…
joy_stddrv.s
…
mainargs.s
…
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
…
randomize.s
…
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