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-10 11:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
libsrc
/
tgi
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
..
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-03 21:28:20 +00:00
tgi_arc.c
…
tgi_bar.s
…
tgi_circle.s
…
tgi_clear.s
…
tgi_clippedline.s
…
tgi_curtoxy.s
…
tgi_done.s
…
tgi_ellipse.s
…
tgi_free_vectorfont.s
…
tgi_getaspectratio.s
…
tgi_getcolor.s
…
tgi_getcolorcount.s
…
tgi_getdefpalette.s
…
tgi_geterror.s
…
tgi_geterrormsg.s
…
tgi_getmaxcolor.s
…
tgi_getmaxx.s
…
tgi_getmaxy.s
…
tgi_getpagecount.s
…
tgi_getpalette.s
…
tgi_getpixel.s
…
tgi_getset.s
…
tgi_getxres.s
…
tgi_getyres.s
…
tgi_gotoxy.s
…
tgi_imulround.s
…
tgi_init.s
Fixed comment.
2011-05-03 20:22:32 +00:00
tgi_install_vectorfont.s
…
tgi_ioctl.s
…
tgi_line.s
…
tgi_linepop.s
…
tgi_lineto.s
…
tgi_load_driver.c
Separated tgi_load and tgi_load_driver.
2009-09-11 18:47:33 +00:00
tgi_load_vectorfont.c
…
tgi_outcode.s
…
tgi_outtext.s
…
tgi_outtextxy.s
…
tgi_pieslice.c
…
tgi_popxy2.s
…
tgi_popxy.s
…
tgi_setaspectratio.s
…
tgi_setcolor.s
…
tgi_setdrawpage.s
…
tgi_setpalette.s
…
tgi_setpixel.s
…
tgi_setviewpage.s
…
tgi_textheight.s
…
tgi_textstyle.s
…
tgi_textwidth.s
Fixed a typo.
2011-07-10 15:00:37 +00:00
tgi_unload.s
…
tgi_vectorchar.s
…
tgi-kernel.s
Added a new flags byte to the TGI headers. Bumped the API version.
2011-07-17 11:23:27 +00:00
tgidrv_line.inc
…