This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2025-03-09 20:31:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
libsrc
/
geos
/
devel
History
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
…
extzp.s
…
fio_module.s
…
geos-stdjoy.s
…
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
…
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
…
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