Home
last modified time | relevance | path

Searched refs:intv2_compat (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/jzintv/jzintv-20200712-src/src/locutus/
H A Dlocutus.cpp786 void t_locutus::set_compat_intv2( const compat_level_t intv2_compat ) in set_compat_intv2() argument
788 const int intv2 = int( intv2_compat ); in set_compat_intv2()
791 metadata.intv2_compat = intv2_compat; in set_compat_intv2()
878 compat_level_t intv2_compat = compat_level_t( intv2 ); in get_compat_intv2() local
879 assert( intv2_compat == metadata.intv2_compat ); in get_compat_intv2()
880 return intv2_compat; in get_compat_intv2()
954 metadata.intv2_compat = compat_level_t( intv2 ); in copy_feature_flag_to_metadata()
H A Dlocutus_types.cpp399 intv2_compat = game_metadata->intv2_compat; in from_game_metadata()
464 game_metadata->intv2_compat = intv2_compat; in to_game_metadata()
H A Drom_to_loc.cpp188 locutus.set_compat_intv2( metadata.intv2_compat ); in process_metadata()
H A Dlocutus.hpp269 void set_compat_intv2( const compat_level_t intv2_compat );
H A Dlocutus_types.hpp238 compat_level_t intv2_compat; member
H A Dbin_to_loc.cpp159 locutus.set_compat_intv2( metadata.intv2_compat ); in process_cfg_vars()
/dports/emulators/jzintv/jzintv-20200712-src/src/metadata/
H A Dmetadata.c14 game_metadata->intv2_compat = CMP_UNSPECIFIED; in game_metadata_set_compat_to_unspec()
46 REPLACE_IF( intv2_compat, CMP_UNSPECIFIED, CMP_TOLERATES ); in game_metadata_set_unspec_compat_to_defaults()
94 game_metadata->intv2_compat = CMP_TOLERATES; in default_game_metadata()
421 CMP_MAP(intv2_compat); in merge_game_metadata()
431 dst->intv2_compat = csrc->intv2_compat; in merge_game_metadata()
H A Dmetadata.h96 compat_level_t intv2_compat; member
H A Dcfgvar_metadata.c343 GM_INT ( "intv2", intv2_compat, intv2 ),
344 GM_INT ( "intv2_compat", intv2_compat, compat ),
601 if (compat_remap(&vars, remap_intv2, ef, m->intv2_compat)) goto fail; in cfgvars_from_game_metadata()
H A Dprint_metadata.c164 print_compat(" Intellivision II", meta->intv2_compat); in print_metadata()
H A Dicarttag_metadata.c237 gm->intv2_compat = IC_TO_GM_COMPAT(c->u.s.intellivision_2); in gm_ict_compat()
/dports/emulators/jzintv/jzintv-20200712-src/src/icart/
H A Dicarttag.c601 + (metadata->intv2_compat != CMP_UNSPECIFIED) in ict_encode_compat_tag()
629 compat->u.s.intellivision_2 = GM_TO_IC_COMPAT(metacopy.intv2_compat); in ict_encode_compat_tag()