Home
last modified time | relevance | path

Searched refs:highpal (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dras.cpp100 unsigned *highpal);
254 pal = highpal + (which >> 9 & 0x30); // Determine which 16-color palette in draw_tile2_solid()
255 temp = *pal; *pal = highpal[reg[7]&0x3f]; // Get background color in draw_tile2_solid()
296 pal = highpal + (which >> 9 & 0x30); // Determine which 16-color palette in draw_tile2()
362 pal = highpal + (which >> 9 & 0x30); // Determine which 16-color palette in draw_tile3_solid()
363 temp = *pal; *pal = highpal[reg[7]&0x3f]; // Get background color in draw_tile3_solid()
403 pal = highpal + (which >> 9 & 0x30); // Determine which 16-color palette in draw_tile3()
502 pal = highpal + (which >> 9 & 0x30); // Determine which 16-color palette in draw_tile4_solid()
503 temp = *pal; *pal = highpal[reg[7]&0x3f]; // Get background color in draw_tile4_solid()
544 pal = highpal + (which >> 9 & 0x30); // Determine which 16-color palette in draw_tile4()
[all …]
H A Dx86_tiles.asm11 %define highpal [ebp+32] ; unsigned int *highpal
149 ; (unsigned char *vram, unsigned char *reg, unsigned char *highpal)
165 mov edx, highpal
H A Dvdp.cpp29 memset(highpal, 0, sizeof(highpal)); in reset()
H A Dmd.h205 uint32_t highpal[64]; variable