HomeSort by relevance Sort by last modified time
    Searched full:f30_palette (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 91 static unsigned long F30_palette[256];
690 SDL_memset(F30_palette, 0, sizeof(F30_palette));
691 VsetRGB(0,256,F30_palette);
855 F30_palette[i]=(r<<16)|(v<<8)|b;
858 VsetRGB(firstcolor,ncolors,F30_palette);

Completed in 35 milliseconds