]> git.sur5r.net Git - cc65/commitdiff
New mode for the apple ][
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 12 Nov 2003 15:46:00 +0000 (15:46 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 12 Nov 2003 15:46:00 +0000 (15:46 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2645 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/tgi-mode.inc
include/tgi/tgi-mode.h

index 48c0273b8a74025ddc7f4692943ac559b721dd2b..898164356238c584bd1352d624a5f0ed78566b62 100644 (file)
@@ -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       */
 
 
 ; Graphics modes. Zero may not be used as a mode number.
-TGI_MODE_320_200_2              = 1      ; 320x200, 2 colors (b/w)
-TGI_MODE_160_200_4              = 2      ; 160x200, 4 colors
-TGI_MODE_640_200_2             = 3      ; 640x200, 2 colors (b/w)
-TGI_MODE_640_480_2             = 4      ; 640x480, 2 colors (b/w)
+TGI_MODE_320_200_2              = 1     ; 320x200, 2 colors (b/w)
+TGI_MODE_160_200_4              = 2     ; 160x200, 4 colors
+TGI_MODE_640_200_2             = 3     ; 640x200, 2 colors (b/w)
+TGI_MODE_640_480_2             = 4     ; 640x480, 2 colors (b/w)
+TGI_MODE_280_192_6              = 5     ; 280x192, 6 colors
 
 
 
index 7f389c6c94967dbdaf27b187d1bb17088d22d496..27562695f71addf600c8d96d7ac0748d70b65ee1 100644 (file)
@@ -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 */