Home
last modified time | relevance | path

Searched refs:exact_speed (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/teo/teo/src/win/wgui/
H A Dwsetting.c74 if (teo.setting.exact_speed) in update_state()
195 (teo.setting.exact_speed ? IDC_EXACT_SPEED_BUTTON in wsetting_TabProc()
222 teo.setting.exact_speed = TRUE; in wsetting_TabProc()
227 teo.setting.exact_speed = FALSE; in wsetting_TabProc()
/dports/emulators/teo/teo/src/linux/ugui/
H A Dusetting.c74 teo.setting.exact_speed = flag; in toggle_speed()
77 flag = teo.setting.exact_speed ? TRUE : FALSE; in toggle_speed()
235 teo.setting.exact_speed ? TRUE : FALSE); in usetting_Init()
293 teo.setting.exact_speed ? TRUE : FALSE); in usetting_Init()
/dports/emulators/teo/teo/src/alleg/agui/
H A Dasetting.c114 flag = (teo.setting.exact_speed) ? D_SELECTED : 0; in asetting_Panel()
116 flag = (teo.setting.exact_speed) ? 0 : D_SELECTED; in asetting_Panel()
147 teo.setting.exact_speed = flag; in asetting_Panel()
/dports/emulators/teo/teo/src/dos/
H A Ddmain.c137 if (teo.setting.exact_speed) in END_OF_FUNCTION()
164 if (teo.setting.exact_speed) in END_OF_FUNCTION()
178 if (teo.setting.exact_speed) in END_OF_FUNCTION()
/dports/emulators/teo/teo/src/win/
H A Dwmain.c127 if (teo.setting.exact_speed) in RunTO8()
156 if (teo.setting.exact_speed) in RunTO8()
171 if (teo.setting.exact_speed) in RunTO8()
/dports/emulators/teo/teo/src/linux/
H A Dumain.c105 if ((teo.setting.exact_speed) in RunTO8()
144 if ((teo.setting.exact_speed) in RunTO8()
/dports/emulators/teo/teo/include/
H A Dteo.h155 int exact_speed; member
/dports/emulators/teo/teo/src/
H A Dini.c86 { "settings", "exact_speed" , IARG_BOOL, &teo.setting.exact_speed , TRUE },