Hi,
Does anyone have the color palette of a real msx1 for me? I could only find the one for msx2. Works too but colors in games like athletic land are a little off then.
What I currently have is:
unsigned char rgb[16][3] = {
{ 0, 0, 0 },
{ 0, 0, 0 },
{ 33, 200, 66 },
{ 94, 220, 120 },
{ 84, 85, 237 },
{ 125, 118, 252 },
{ 212, 82, 77 },
{ 66, 235, 245 },
{ 252, 85, 84 },
{ 255, 121, 120 },
{ 212, 193, 84 },
{ 230, 206, 128 },
{ 33, 176, 59 },
{ 201, 91, 186 },
{ 204, 204, 204 },
{ 255, 255, 255 }
};