Home
last modified time | relevance | path

Searched refs:gfxdecodeinfo (Results 1 – 25 of 1496) sorted by relevance

12345678910>>...60

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dtaito_l.c165 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef14_m()
172 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef15_m()
179 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef16_m()
186 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef17_m()
193 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1c_m()
200 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1d_m()
207 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1e_m()
214 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1f_m()
H A Dcentiped.c65 int start = Machine->drv->gfxdecodeinfo[1].color_codes_start; in WRITE_HANDLER()
82 int start = Machine->drv->gfxdecodeinfo[0].color_codes_start; in centiped_interrupt()
169 Machine->pens[Machine->drv->gfxdecodeinfo[1].color_codes_start + ((color >> 4) & 3)]; in centiped_vh_screenrefresh()
171 Machine->pens[Machine->drv->gfxdecodeinfo[1].color_codes_start + ((color >> 2) & 3)]; in centiped_vh_screenrefresh()
173 Machine->pens[Machine->drv->gfxdecodeinfo[1].color_codes_start + ((color >> 0) & 3)]; in centiped_vh_screenrefresh()
H A Dbloodbro.c217 int pal_base = Machine->drv->gfxdecodeinfo[0].color_codes_start; in bloodbro_mark_used_colors()
223 pal_base = Machine->drv->gfxdecodeinfo[0].color_codes_start; in bloodbro_mark_used_colors()
241 pal_base = Machine->drv->gfxdecodeinfo[1].color_codes_start; in bloodbro_mark_used_colors()
246 pal_base = Machine->drv->gfxdecodeinfo[2].color_codes_start; in bloodbro_mark_used_colors()
330 pal_base = Machine->drv->gfxdecodeinfo[0].color_codes_start; in weststry_mark_used_colors()
348 pal_base = Machine->drv->gfxdecodeinfo[1].color_codes_start; in weststry_mark_used_colors()
353 pal_base = Machine->drv->gfxdecodeinfo[2].color_codes_start; in weststry_mark_used_colors()
375 pal_base = Machine->drv->gfxdecodeinfo[3].color_codes_start; in weststry_mark_used_colors()
H A Dredalert.c155 Machine->drv->gfxdecodeinfo[0].gfxlayout); in redalert_vh_screenrefresh()
164 Machine->drv->gfxdecodeinfo[1].gfxlayout); in redalert_vh_screenrefresh()
167 Machine->drv->gfxdecodeinfo[2].gfxlayout); in redalert_vh_screenrefresh()
H A Drockola.c33 #define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs]) in rockola_vh_convert_color_prom()
77 #define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs]) in satansat_vh_convert_color_prom()
263 Machine->drv->gfxdecodeinfo[0].gfxlayout); in rockola_vh_screenrefresh()
338 Machine->drv->gfxdecodeinfo[0].gfxlayout); in satansat_vh_screenrefresh()
H A Dprehisle.c30 pal_base = Machine->drv->gfxdecodeinfo[0].color_codes_start; in prehisle_vh_screenrefresh()
49 pal_base = Machine->drv->gfxdecodeinfo[1].color_codes_start; in prehisle_vh_screenrefresh()
54 pal_base = Machine->drv->gfxdecodeinfo[2].color_codes_start; in prehisle_vh_screenrefresh()
77 pal_base = Machine->drv->gfxdecodeinfo[3].color_codes_start; in prehisle_vh_screenrefresh()
H A Dstactics.c163 …#define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs*si… in stactics_vh_convert_color_prom()
292 Machine->drv->gfxdecodeinfo[4].gfxlayout); in stactics_vh_start()
322 Machine->drv->gfxdecodeinfo[5].gfxlayout); in stactics_vh_start()
564 Machine->drv->gfxdecodeinfo[3].gfxlayout); in stactics_vh_screenrefresh()
593 Machine->drv->gfxdecodeinfo[2].gfxlayout); in stactics_vh_screenrefresh()
622 Machine->drv->gfxdecodeinfo[1].gfxlayout); in stactics_vh_screenrefresh()
651 Machine->drv->gfxdecodeinfo[0].gfxlayout); in stactics_vh_screenrefresh()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dtaito_l_vidhrdw.c168 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef14_m()
175 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef15_m()
182 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef16_m()
189 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef17_m()
196 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1c_m()
203 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1d_m()
210 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1e_m()
217 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1f_m()
H A Dnemesis_vidhrdw.c254 Machine->drv->gfxdecodeinfo[i].gfxlayout->xoffset[j] ^= 8; in nemesis_lsbify_gfx()
329 Machine->drv->gfxdecodeinfo[0].gfxlayout); in VIDEO_START()
479 Machine->drv->gfxdecodeinfo[0].gfxlayout); in update_gfx()
513 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
524 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
536 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
547 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
558 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
568 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
578 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
[all …]
H A Dredalert_vidhrdw.c196 Machine->drv->gfxdecodeinfo[0].gfxlayout); in VIDEO_UPDATE()
205 Machine->drv->gfxdecodeinfo[1].gfxlayout); in VIDEO_UPDATE()
208 Machine->drv->gfxdecodeinfo[2].gfxlayout); in VIDEO_UPDATE()
215 Machine->drv->gfxdecodeinfo[3].gfxlayout); in VIDEO_UPDATE()
H A Dstvvdp2_vidhrdw.c2030 …fx[2], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[2].gfxlayout);… in stv_vdp2_draw_basic_tilemap()
2037 …fx[2], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[2].gfxlayout);… in stv_vdp2_draw_basic_tilemap()
2049 …fx[0], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[0].gfxlayout);… in stv_vdp2_draw_basic_tilemap()
2676 …fx[0], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[0].gfxlayout);… in VIDEO_UPDATE()
2681 …fx[1], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[1].gfxlayout);… in VIDEO_UPDATE()
2686 …fx[2], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[2].gfxlayout);… in VIDEO_UPDATE()
2691 …fx[3], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[3].gfxlayout);… in VIDEO_UPDATE()
2698 …fx[4], tilecode, (data8_t*)memory_region(REGION_GFX2), Machine->drv->gfxdecodeinfo[4].gfxlayout);… in VIDEO_UPDATE()
2702 …fx[5], tilecode, (data8_t*)memory_region(REGION_GFX2), Machine->drv->gfxdecodeinfo[5].gfxlayout);… in VIDEO_UPDATE()
2706 …fx[6], tilecode, (data8_t*)memory_region(REGION_GFX2), Machine->drv->gfxdecodeinfo[6].gfxlayout);… in VIDEO_UPDATE()
[all …]
H A Drockola_vidhrdw.c32 #define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs]) in PALETTE_INIT()
186 Machine->drv->gfxdecodeinfo[0].gfxlayout); in get_fg_tile_info()
223 #define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs]) in PALETTE_INIT()
322 Machine->drv->gfxdecodeinfo[0].gfxlayout); in satansat_get_fg_tile_info()
H A Dstactics_vidhrdw.c161 …#define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs*si… in PALETTE_INIT()
292 Machine->drv->gfxdecodeinfo[4].gfxlayout); in VIDEO_START()
322 Machine->drv->gfxdecodeinfo[5].gfxlayout); in VIDEO_START()
537 Machine->drv->gfxdecodeinfo[3].gfxlayout); in VIDEO_UPDATE()
566 Machine->drv->gfxdecodeinfo[2].gfxlayout); in VIDEO_UPDATE()
595 Machine->drv->gfxdecodeinfo[1].gfxlayout); in VIDEO_UPDATE()
624 Machine->drv->gfxdecodeinfo[0].gfxlayout); in VIDEO_UPDATE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dtaito_l_vidhrdw.c168 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef14_m()
175 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef15_m()
182 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef16_m()
189 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef17_m()
196 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1c_m()
203 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1d_m()
210 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1e_m()
217 Machine->drv->gfxdecodeinfo[2].gfxlayout); in taitol_chardef1f_m()
H A Dnemesis_vidhrdw.c254 Machine->drv->gfxdecodeinfo[i].gfxlayout->xoffset[j] ^= 8; in nemesis_lsbify_gfx()
329 Machine->drv->gfxdecodeinfo[0].gfxlayout); in VIDEO_START()
479 Machine->drv->gfxdecodeinfo[0].gfxlayout); in update_gfx()
513 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
524 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
536 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
547 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
558 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
568 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
578 Machine->drv->gfxdecodeinfo[char_type].gfxlayout); in update_gfx()
[all …]
H A Dredalert_vidhrdw.c196 Machine->drv->gfxdecodeinfo[0].gfxlayout); in VIDEO_UPDATE()
205 Machine->drv->gfxdecodeinfo[1].gfxlayout); in VIDEO_UPDATE()
208 Machine->drv->gfxdecodeinfo[2].gfxlayout); in VIDEO_UPDATE()
215 Machine->drv->gfxdecodeinfo[3].gfxlayout); in VIDEO_UPDATE()
H A Dstvvdp2_vidhrdw.c2030 …fx[2], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[2].gfxlayout);… in stv_vdp2_draw_basic_tilemap()
2037 …fx[2], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[2].gfxlayout);… in stv_vdp2_draw_basic_tilemap()
2049 …fx[0], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[0].gfxlayout);… in stv_vdp2_draw_basic_tilemap()
2676 …fx[0], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[0].gfxlayout);… in VIDEO_UPDATE()
2681 …fx[1], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[1].gfxlayout);… in VIDEO_UPDATE()
2686 …fx[2], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[2].gfxlayout);… in VIDEO_UPDATE()
2691 …fx[3], tilecode, (data8_t*)memory_region(REGION_GFX1), Machine->drv->gfxdecodeinfo[3].gfxlayout);… in VIDEO_UPDATE()
2698 …fx[4], tilecode, (data8_t*)memory_region(REGION_GFX2), Machine->drv->gfxdecodeinfo[4].gfxlayout);… in VIDEO_UPDATE()
2702 …fx[5], tilecode, (data8_t*)memory_region(REGION_GFX2), Machine->drv->gfxdecodeinfo[5].gfxlayout);… in VIDEO_UPDATE()
2706 …fx[6], tilecode, (data8_t*)memory_region(REGION_GFX2), Machine->drv->gfxdecodeinfo[6].gfxlayout);… in VIDEO_UPDATE()
[all …]
H A Drockola_vidhrdw.c32 #define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs]) in PALETTE_INIT()
186 Machine->drv->gfxdecodeinfo[0].gfxlayout); in get_fg_tile_info()
223 #define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs]) in PALETTE_INIT()
322 Machine->drv->gfxdecodeinfo[0].gfxlayout); in satansat_get_fg_tile_info()
H A Dstactics_vidhrdw.c161 …#define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs*si… in PALETTE_INIT()
292 Machine->drv->gfxdecodeinfo[4].gfxlayout); in VIDEO_START()
322 Machine->drv->gfxdecodeinfo[5].gfxlayout); in VIDEO_START()
537 Machine->drv->gfxdecodeinfo[3].gfxlayout); in VIDEO_UPDATE()
566 Machine->drv->gfxdecodeinfo[2].gfxlayout); in VIDEO_UPDATE()
595 Machine->drv->gfxdecodeinfo[1].gfxlayout); in VIDEO_UPDATE()
624 Machine->drv->gfxdecodeinfo[0].gfxlayout); in VIDEO_UPDATE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dace.c66 decodechar(Machine->gfx[1], 0, ace_characterram, Machine->drv->gfxdecodeinfo[1].gfxlayout); in VIDEO_UPDATE()
67 decodechar(Machine->gfx[2], 0, ace_characterram, Machine->drv->gfxdecodeinfo[2].gfxlayout); in VIDEO_UPDATE()
68 decodechar(Machine->gfx[3], 0, ace_characterram, Machine->drv->gfxdecodeinfo[3].gfxlayout); in VIDEO_UPDATE()
72 decodechar(Machine->gfx[4], offs, ace_scoreram, Machine->drv->gfxdecodeinfo[4].gfxlayout); in VIDEO_UPDATE()
306 static struct GfxDecodeInfo gfxdecodeinfo[] = variable
331 MDRV_GFXDECODE(gfxdecodeinfo)
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dace.c66 decodechar(Machine->gfx[1], 0, ace_characterram, Machine->drv->gfxdecodeinfo[1].gfxlayout); in VIDEO_UPDATE()
67 decodechar(Machine->gfx[2], 0, ace_characterram, Machine->drv->gfxdecodeinfo[2].gfxlayout); in VIDEO_UPDATE()
68 decodechar(Machine->gfx[3], 0, ace_characterram, Machine->drv->gfxdecodeinfo[3].gfxlayout); in VIDEO_UPDATE()
72 decodechar(Machine->gfx[4], offs, ace_scoreram, Machine->drv->gfxdecodeinfo[4].gfxlayout); in VIDEO_UPDATE()
306 static struct GfxDecodeInfo gfxdecodeinfo[] = variable
331 MDRV_GFXDECODE(gfxdecodeinfo)
H A Dmogura.c12 #define COLOR(gfxn,offs) (colortable[Machine->drv->gfxdecodeinfo[gfxn].color_codes_start + offs]) in PALETTE_INIT()
115 decodechar(Machine->gfx[0], offset/16, mogura_gfxram, Machine->drv->gfxdecodeinfo[0].gfxlayout);
205 static struct GfxDecodeInfo gfxdecodeinfo[] = variable
227 MDRV_GFXDECODE(gfxdecodeinfo)
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dmame.c612 if (Machine->drv->gfxdecodeinfo) in vh_open()
613 if (decode_graphics(Machine->drv->gfxdecodeinfo)) in vh_open()
873 glcopy = *gfxdecodeinfo[i].gfxlayout; in decode_graphics()
904 int base = gfxdecodeinfo[i].start; in decode_graphics()
1907 if (drv.gfxdecodeinfo) in validitychecks()
1912 int type = drv.gfxdecodeinfo[j].memory_region; in validitychecks()
1923 if (!IS_FRAC(drv.gfxdecodeinfo[j].gfxlayout->total)) in validitychecks()
1929 start = drv.gfxdecodeinfo[j].gfxlayout->planeoffset[k]; in validitychecks()
1932 len = drv.gfxdecodeinfo[j].gfxlayout->total * in validitychecks()
1933 drv.gfxdecodeinfo[j].gfxlayout->charincrement; in validitychecks()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dmame.c612 if (Machine->drv->gfxdecodeinfo) in vh_open()
613 if (decode_graphics(Machine->drv->gfxdecodeinfo)) in vh_open()
873 glcopy = *gfxdecodeinfo[i].gfxlayout; in decode_graphics()
904 int base = gfxdecodeinfo[i].start; in decode_graphics()
1907 if (drv.gfxdecodeinfo) in validitychecks()
1912 int type = drv.gfxdecodeinfo[j].memory_region; in validitychecks()
1923 if (!IS_FRAC(drv.gfxdecodeinfo[j].gfxlayout->total)) in validitychecks()
1929 start = drv.gfxdecodeinfo[j].gfxlayout->planeoffset[k]; in validitychecks()
1932 len = drv.gfxdecodeinfo[j].gfxlayout->total * in validitychecks()
1933 drv.gfxdecodeinfo[j].gfxlayout->charincrement; in validitychecks()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dmame.c386 if (drv->gfxdecodeinfo) in vh_open()
388 for (i = 0;i < MAX_GFX_ELEMENTS && drv->gfxdecodeinfo[i].memory_region != -1;i++) in vh_open()
390 int reglen = 8*memory_region_length(drv->gfxdecodeinfo[i].memory_region); in vh_open()
395 memcpy(&glcopy,drv->gfxdecodeinfo[i].gfxlayout,sizeof(glcopy)); in vh_open()
421 if ((Machine->gfx[i] = decodegfx(memory_region(drv->gfxdecodeinfo[i].memory_region) in vh_open()
422 + drv->gfxdecodeinfo[i].start, in vh_open()
433 …Machine->gfx[i]->colortable = &Machine->remapped_colortable[drv->gfxdecodeinfo[i].color_codes_star… in vh_open()
434 Machine->gfx[i]->total_colors = drv->gfxdecodeinfo[i].total_color_codes; in vh_open()

12345678910>>...60