Searched refs:K051316_get_tile_info (Results 1 – 3 of 3) sorted by relevance
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/ |
H A D | konamiic.c | 3622 static void K051316_get_tile_info(int tile_index) in K051316_get_tile_info() function 3708 …K051316_tilemap[chip] = tilemap_create(K051316_get_tile_info,tilemap_scan_rows,TILEMAP_OPAQUE,16,1… in K051316_vh_start()
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/ |
H A D | konamiic.c | 4277 static INLINE void K051316_get_tile_info(int tile_index,int chip) in K051316_get_tile_info() function 4293 static void K051316_get_tile_info0(int tile_index) { K051316_get_tile_info(tile_index,0); } in K051316_get_tile_info0() 4294 static void K051316_get_tile_info1(int tile_index) { K051316_get_tile_info(tile_index,1); } in K051316_get_tile_info1() 4295 static void K051316_get_tile_info2(int tile_index) { K051316_get_tile_info(tile_index,2); } in K051316_get_tile_info2()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/ |
H A D | konamiic.c | 4549 static INLINE void K051316_get_tile_info(int tile_index,int chip) in K051316_get_tile_info() function 4565 static void K051316_get_tile_info0(int tile_index) { K051316_get_tile_info(tile_index,0); } in K051316_get_tile_info0() 4566 static void K051316_get_tile_info1(int tile_index) { K051316_get_tile_info(tile_index,1); } in K051316_get_tile_info1() 4567 static void K051316_get_tile_info2(int tile_index) { K051316_get_tile_info(tile_index,2); } in K051316_get_tile_info2()
|