Пример #1
0
static void get_piv0_tile_info(int tile_index)
{
	common_get_piv_tile_info(0,tile_index);
}
Пример #2
0
static TILE_GET_INFO( get_piv2_tile_info )
{
	common_get_piv_tile_info(machine, tileinfo, tile_index, 2);
}