tgi driver for C128 VDC, changed order of things in libsrc/tgi/tgi-kernel.s

git-svn-id: svn://svn.cc65.org/cc65/trunk@1826 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2002-12-22 22:50:17 +00:00
parent 96b68d8f4f
commit 8397a1d8aa
6 changed files with 1293 additions and 6 deletions

View File

@@ -47,6 +47,7 @@
/* Graphics modes. Zero may not be used as a mode number. */
#define TGI_MODE_320_200_2 1U /* 320x200, 2 colors (b/w) */
#define TGI_MODE_160_200_4 2U /* 160x200, 4 colors */
#define TGI_MODE_640_200_2 3U /* 640x200, 2 colors (b/w) */