Lines Matching refs:SEL_BITS
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()
3147 res = setdefcodesettings(bitmap, sel >> SEL_BITS); in setup_menu()
3150 res = setcodesettings(bitmap, sel >> SEL_BITS); in setup_menu()
3153 res = settraksettings(bitmap, sel >> SEL_BITS); in setup_menu()
3156 res = calibratejoysticks(bitmap, sel >> SEL_BITS); in setup_menu()
3159 res = mame_stats(bitmap, sel >> SEL_BITS); in setup_menu()
3162 res = displaygameinfo(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()
3210 sel |= 1 << SEL_BITS; in setup_menu()