]> git.sur5r.net Git - cc65/commit
Removed tgi_load() and all corresponding infrastructure. The idea behind tgi_load...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 May 2011 10:38:48 +0000 (10:38 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 May 2011 10:38:48 +0000 (10:38 +0000)
commit4aa00e84e1e5ae9cb54999575faf4b77eb86d9cf
tree8f143c2da463ef2c2273f9cd151632d87d335396
parent97b950b8d8f58893b957478547e6e55e45856c60
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
48 files changed:
asminc/tgi-kernel.inc
asminc/tgi-mode.inc [deleted file]
doc/funcref.sgml
include/tgi.h
include/tgi/tgi-mode.h [deleted file]
libsrc/apple2/Makefile
libsrc/apple2/apple2-280-192-8.s
libsrc/apple2/apple2-40-48-16.s
libsrc/apple2/tgi_mode_table.s [deleted file]
libsrc/apple2/tgi_stddrv.s [new file with mode: 0644]
libsrc/apple2enh/Makefile
libsrc/atari/Makefile
libsrc/atari/atari-10.s
libsrc/atari/atari-10p2.s
libsrc/atari/atari-11.s
libsrc/atari/atari-14.s
libsrc/atari/atari-15.s
libsrc/atari/atari-15p2.s
libsrc/atari/atari-3.s
libsrc/atari/atari-4.s
libsrc/atari/atari-5.s
libsrc/atari/atari-6.s
libsrc/atari/atari-7.s
libsrc/atari/atari-8.s
libsrc/atari/atari-8p2.s
libsrc/atari/atari-9.s
libsrc/atari/atari-9p2.s
libsrc/atari/tgi_mode_table.s [deleted file]
libsrc/atari/tgi_stddrv.s [new file with mode: 0644]
libsrc/atmos/atmos-240-200-2.s
libsrc/c128/Makefile
libsrc/c128/c128-640-200-2.s
libsrc/c128/c128-640-480-2.s
libsrc/c128/tgi_mode_table.s [deleted file]
libsrc/c128/tgi_stddrv.s [new file with mode: 0644]
libsrc/c64/Makefile
libsrc/c64/c64-320-200-2.s
libsrc/c64/tgi_mode_table.s [deleted file]
libsrc/c64/tgi_stddrv.s [new file with mode: 0644]
libsrc/geos/devel/Makefile
libsrc/geos/devel/geos-tgi.s
libsrc/geos/devel/tgi_mode_table.s [deleted file]
libsrc/geos/devel/tgi_stddrv.s [new file with mode: 0644]
libsrc/lynx/lynx-160-102-16.s
libsrc/tgi/Makefile
libsrc/tgi/tgi_load.c [deleted file]
libsrc/tgi/tgi_stddrv.s [deleted file]
libsrc/tgi/tgi_stdmode.s [deleted file]