--- BasiliskII/src/include/video_defs.h 2001/06/28 21:20:01 1.7 +++ BasiliskII/src/include/video_defs.h 2001/06/30 17:21:55 1.8 @@ -88,6 +88,10 @@ enum { // VDSetEntry struct csCount = 6 }; +enum { // VDGammaRecord + csGTable = 0 +}; + enum { // VDDisplayConnectInfo struct csDisplayType = 0, csConnectTaggedType = 2, @@ -166,4 +170,15 @@ enum { // SPBlock struct SIZEOF_SPBlock = 56 }; +enum { // struct GammaTbl + gVersion = 0, + gType = 2, + gFormulaSize = 4, + gChanCnt = 6, + gDataCnt = 8, + gDataWidth = 10, + gFormulaData = 12, // variable size + SIZEOF_GammaTbl = 12 +}; + #endif