4 #include <exec/types.h> 9 #define MAKE_ID(a,b,c,d) SWAP(( (a)<<24 | (b)<<16 | (c)<<8 | (d) )) 12 static int Matrix[3][8] =
14 {0x3800, 0x5600, 0, 0, 0, 0, 0, 0},
15 {0x399a, 0x3a9f, 0x4d14, 0x6607, 0, 0, 0, 0},
16 {0x3556, 0x3556, 0x399A, 0x3A9F, 0x4200, 0x4D14, 0x6607, 0x6607},
19 static int bitmask[9] =
21 0, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff