comparison src/video/xbios/SDL_xbios_milan.h @ 4198:6405314a7c07 SDL-1.2

Define flags for double line and c2p operations. More Milan video work.
author Patrice Mandin <patmandin@gmail.com>
date Sun, 20 Sep 2009 12:08:51 +0000
parents 13de8ea401db
children
comparison
equal deleted inserted replaced
4197:1bf6585720e9 4198:6405314a7c07
68 BLK_ERR=0, 68 BLK_ERR=0,
69 BLK_OK, 69 BLK_OK,
70 BLK_CLEARED 70 BLK_CLEARED
71 }; 71 };
72 72
73 /* bitFlags */ 73 /* scrFlags */
74 #define STANDARD_BITS 1 74 #define SCRINFO_OK 1
75 #define FALCON_BITS 2 75
76 #define INTEL_BITS 8 76 /* scrClut */
77 #define NO_CLUT 0
78 #define HARD_CLUT 1
79 #define SOFT_CLUT 2
80
81 /* scrFormat */
82 #define INTERLEAVE_PLANES 0
83 #define STANDARD_PLANES 1
84 #define PACKEDPIX_PLANES 2
85
86 /* bitFlags */
87 #define STANDARD_BITS 1
88 #define FALCON_BITS 2
89 #define INTEL_BITS 8
77 90
78 /*--- Structures ---*/ 91 /*--- Structures ---*/
79 92
80 typedef struct _scrblk { 93 typedef struct _scrblk {
81 unsigned long size; /* size of strukture */ 94 unsigned long size; /* size of strukture */