Home
last modified time | relevance | path

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

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsystem32_vidhrdw.c65 static int sys32sprite_draw_colour_f; variable
229 if (!sys32sprite_draw_colour_f) transparent_pen = 0x0f; in system32_draw_sprite()
232 if (!sys32sprite_draw_colour_f) transparent_pen = 0xff; in system32_draw_sprite()
537 if ( (!sys32sprite_draw_colour_f && gfxdata == 0x0f) ) gfxdata = 0; in system32_draw_sprite()
587 if ( (!sys32sprite_draw_colour_f) && (gfxdata == 0xff) ) gfxdata = 0; in system32_draw_sprite()
705 sys32sprite_draw_colour_f = (spritedata_source[0]&0x0100) >> 8; in system32_get_sprite_info()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsystem32_vidhrdw.c65 static int sys32sprite_draw_colour_f; variable
229 if (!sys32sprite_draw_colour_f) transparent_pen = 0x0f; in system32_draw_sprite()
232 if (!sys32sprite_draw_colour_f) transparent_pen = 0xff; in system32_draw_sprite()
537 if ( (!sys32sprite_draw_colour_f && gfxdata == 0x0f) ) gfxdata = 0; in system32_draw_sprite()
587 if ( (!sys32sprite_draw_colour_f) && (gfxdata == 0xff) ) gfxdata = 0; in system32_draw_sprite()
705 sys32sprite_draw_colour_f = (spritedata_source[0]&0x0100) >> 8; in system32_get_sprite_info()