mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
New mode for the apple ][
git-svn-id: svn://svn.cc65.org/cc65/trunk@2645 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 2002 Ullrich von Bassewitz */
|
||||
/* Wacholderweg 14 */
|
||||
/* D-70597 Stuttgart */
|
||||
/* EMail: uz@musoftware.de */
|
||||
/* (C) 2002-2003 Ullrich von Bassewitz */
|
||||
/* Römerstraße 52 */
|
||||
/* D-70794 Filderstadt */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* */
|
||||
/* */
|
||||
/* This software is provided 'as-is', without any expressed or implied */
|
||||
@@ -49,6 +49,7 @@
|
||||
#define TGI_MODE_160_200_4 2U /* 160x200, 4 colors */
|
||||
#define TGI_MODE_640_200_2 3U /* 640x200, 2 colors (b/w) */
|
||||
#define TGI_MODE_640_480_2 4U /* 640x480, 2 colors (b/w) */
|
||||
#define TGI_MODE_280_192_6 5U /* 280x192, 6 colors */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user