Searched refs:SEL_BITS (Results 1 – 8 of 8) sorted by relevance
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/ |
H A D | usrintrf.h | 23 #define SEL_BITS 12 /* main menu selection mask */ macro 25 #define SEL_MASK ((1<<SEL_BITS)-1)
|
H A D | usrintrf.c | 1542 sel |= 1 << SEL_BITS; /* we'll ask for a key */ in setdefcodesettings() 1674 sel |= 1 << SEL_BITS; /* we'll ask for a key */ in setcodesettings() 1744 sel |= 1 << SEL_BITS; in calibratejoysticks() 2868 res = autofire_menu(bitmap, sel >> SEL_BITS); in setup_menu() 2888 res = mame_stats(bitmap, sel >> SEL_BITS); in setup_menu() 2899 res = filemanager(bitmap, sel >> SEL_BITS); in setup_menu() 2902 res = tapecontrol(bitmap, sel >> SEL_BITS); in setup_menu() 2909 res = cheat_menu(bitmap, sel >> SEL_BITS); in setup_menu() 2914 res = memcard_menu(bitmap, sel >> SEL_BITS); in setup_menu() 2926 sel = (sel & SEL_MASK) | (res << SEL_BITS); in setup_menu() [all …]
|
H A D | inptport.c | 1956 sel |= 1 << SEL_BITS; /* we'll ask for a key */ in autofire_menu()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/ |
H A D | usrintrf.h | 23 #define SEL_BITS 12 /* main menu selection mask */ macro 25 #define SEL_MASK ((1<<SEL_BITS)-1)
|
H A D | usrintrf.c | 1735 sel |= 1 << SEL_BITS; /* we'll ask for a key */ in setdefcodesettings() 1870 sel |= 1 << SEL_BITS; /* we'll ask for a key */ in setcodesettings() 1939 sel |= 1 << SEL_BITS; in calibratejoysticks() 3144 res = setdipswitches(bitmap, sel >> SEL_BITS); in setup_menu() 3150 res = setcodesettings(bitmap, sel >> SEL_BITS); in setup_menu() 3159 res = mame_stats(bitmap, sel >> SEL_BITS); in setup_menu() 3165 res = displayhistory(bitmap, sel >> SEL_BITS); in setup_menu() 3168 res = cheat_menu(bitmap, sel >> SEL_BITS); in setup_menu() 3171 res = memcard_menu(bitmap, sel >> SEL_BITS); in setup_menu() 3182 sel = (sel & SEL_MASK) | (res << SEL_BITS); in setup_menu() [all …]
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/ |
H A D | usrintrf.h | 23 #define SEL_BITS 12 /* main menu selection mask */ macro 25 #define SEL_MASK ((1<<SEL_BITS)-1)
|
H A D | usrintrf.c | 1735 sel |= 1 << SEL_BITS; /* we'll ask for a key */ in setdefcodesettings() 1870 sel |= 1 << SEL_BITS; /* we'll ask for a key */ in setcodesettings() 1939 sel |= 1 << SEL_BITS; in calibratejoysticks() 3118 res = setdipswitches(bitmap, sel >> SEL_BITS); in setup_menu() 3124 res = setcodesettings(bitmap, sel >> SEL_BITS); in setup_menu() 3133 res = mame_stats(bitmap, sel >> SEL_BITS); in setup_menu() 3139 res = displayhistory(bitmap, sel >> SEL_BITS); in setup_menu() 3142 res = cheat_menu(bitmap, sel >> SEL_BITS); in setup_menu() 3145 res = memcard_menu(bitmap, sel >> SEL_BITS); in setup_menu() 3156 sel = (sel & SEL_MASK) | (res << SEL_BITS); in setup_menu() [all …]
|
/dports/cad/verilator/verilator-4.216/test_regress/t/ |
H A D | t_pp_circdef_bad.v | 11 `define SEL_BITS `WIDTH-`SEL_NUM_BITS +: `SEL_NUM_BITS constant
|