Home
last modified time | relevance | path

Searched refs:endiantable (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dscreen.c194 static const int endiantable[16] = {0,2,1,3,8,10,9,11,4,6,5,7,12,14,13,15}; in Screen_CreatePalette() local
222 j = endiantable[i]; in Screen_CreatePalette()
1447 static const int endiantable[16] = {0,2,1,3,8,10,9,11,4,6,5,7,12,14,13,15}; in AdjustLinePaletteRemap() local
1457 STRGBPalette[endiantable[i]] = ST2RGB[*actHBLPal++]; in AdjustLinePaletteRemap()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dscreen.c1569 static const int endiantable[16] = {0,2,1,3,8,10,9,11,4,6,5,7,12,14,13,15}; in AdjustLinePaletteRemap() local
1579 STRGBPalette[endiantable[i]] = ST2RGB[*actHBLPal++]; in AdjustLinePaletteRemap()