ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/video_defs.h
(Generate patch)

Comparing BasiliskII/src/include/video_defs.h (file contents):
Revision 1.7 by cebix, 2001-06-28T21:20:01Z vs.
Revision 1.8 by cebix, 2001-06-30T17:21:55Z

# Line 88 | Line 88 | enum { // VDSetEntry struct
88          csCount = 6
89   };
90  
91 + enum {  // VDGammaRecord
92 +        csGTable = 0
93 + };
94 +
95   enum {  // VDDisplayConnectInfo struct
96          csDisplayType = 0,
97          csConnectTaggedType = 2,
# Line 166 | Line 170 | enum { // SPBlock struct
170          SIZEOF_SPBlock = 56
171   };
172  
173 + enum {  // struct GammaTbl
174 +        gVersion = 0,
175 +        gType = 2,
176 +        gFormulaSize = 4,
177 +        gChanCnt = 6,
178 +        gDataCnt = 8,
179 +        gDataWidth = 10,
180 +        gFormulaData = 12, // variable size
181 +        SIZEOF_GammaTbl = 12
182 + };
183 +
184   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines