This website requires JavaScript.
Explore
Help
Sign In
bslathi19
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
aaa21c64172feee5e0427f94e9ef9632d6e05d05
cc65
/
libsrc
/
c64
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
..
_scrsize.s
…
break.s
…
c64-320-200-2.s
…
c64-1351.s
…
c64-c256k.s
…
c64-dqbb.s
…
c64-georam.s
…
c64-hitjoy.s
…
c64-isepic.s
…
c64-joymouse.s
…
c64-numpad.s
…
c64-potmouse.s
…
c64-ptvjoy.s
…
c64-ram.s
…
c64-ramcart.s
…
c64-reu.s
…
c64-stdjoy.s
…
c64-swlink.s
…
c64-vdc.s
…
cgetc.s
…
clrscr.s
…
color.s
…
conio.s
…
cputc.s
…
crt0.s
…
devnum.s
…
dtv-himem.s
…
get_ostype.s
…
get_tv.s
…
joy_stddrv.s
…
kbhit.s
…
kernal.s
…
kplot.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
…
mouse_stddrv.s
…
randomize.s
…
revers.s
…
systime.s
…
sysuname.s
…
tgi_colors.s
…
tgi_stddrv.s
…