/*
		B browser color palette data
*/

static	short	colpal[16][4]={	{1,  0,  0,128},
								{2,128,  0,  0},
								{3,128,  0,128},
								{4,  0,160,  0},
								{5,  0,128,128},
								{6,  0,160,112},
								{7, 64, 96, 64},
								{8, 32, 48, 32},
								{9,  0,  0,  0},
								{10,240,  0,  0},
								{11,  0,240,240},
								{12,  0,240,  0},
								{13,  0,240,240},
								{14,240,240,  0},
								{15,240,240,240},
								{ 0,  0,  0,  0}};

static	short	palno=16;


/*
static	short	colpal[8][4]={	{4,  0,160,  0},
								{5,  0,128,128},
								{6,  0,160,112},
								{7, 64, 96, 64},
								{8, 32, 48, 32},
								{12,  0,240,  0},
								{13,  0,240,240},
								{0,  0,  0,  0}};

static	short	palno=8;
*/
