]> git.sur5r.net Git - cc65/commit
Define a standard driver and mode for tgi graphics and use it in the sample
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 11 Sep 2009 18:59:37 +0000 (18:59 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 11 Sep 2009 18:59:37 +0000 (18:59 +0000)
commit7de61e351c5072c680a7f3b67cd6be5170a78560
tree3cbbcdbe367c92466fd1c9d77ad37cb944bdb7ea
parent569b8d0e77d46d65168b97cf74ce0670c15971ce
Define a standard driver and mode for tgi graphics and use it in the sample
program. The standard driver and mode is the first one in the tgi_mode_table.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4153 b7a2c559-68d2-44c3-8de9-860c34a00d81
include/tgi.h
libsrc/apple2/tgi_mode_table.s
libsrc/c128/tgi_mode_table.s
libsrc/c64/tgi_mode_table.s
libsrc/cbm510/tgi_mode_table.s
libsrc/plus4/tgi_mode_table.s
libsrc/tgi/Makefile
libsrc/tgi/tgi_stddrv.s [new file with mode: 0644]
libsrc/tgi/tgi_stdmode.s [new file with mode: 0644]
samples/tgidemo.c