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-02-09 17:33:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
libsrc
/
lynx
History
ol.sc
4aa00e84e1
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.
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@5016 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-05-02 10:38:48 +00:00
..
bllhdr.s
…
bootldr.s
…
cgetc.s
…
crt0.s
…
ctype.s
…
defdir.s
…
eeprom46.s
Access routines for different eeprom types. By Karri Kaksonen.
2011-04-25 18:42:50 +00:00
eeprom66.s
Access routines for different eeprom types. By Karri Kaksonen.
2011-04-25 18:42:50 +00:00
eeprom86.s
Access routines for different eeprom types. By Karri Kaksonen.
2011-04-25 18:42:50 +00:00
eeprom.s
…
exec.s
…
exehdr.s
…
extzp.inc
…
extzp.s
…
kbhit.s
…
load.s
…
lseek.s
…
lynx-160-102-16.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
lynx-cart.s
…
lynx-comlynx.s
…
lynx-stdjoy.s
…
mainargs.s
…
Makefile
Removed recently added TGI mode tables for Atmos and Lynx as according to Greg King those targets don't load drivers dynamically.
2011-05-01 21:32:03 +00:00
open.s
…
oserror.s
…
read.s
…
sysuname.s
…
tgi_colors.s
Target-specific black & white values for use by the target-shared TGI kernel
2011-04-25 17:11:23 +00:00
toascii.s
…
uploader.s
New uploader that can be hiding in top of memory waiting for a BLL-kind of
2011-04-06 19:54:55 +00:00