Home
last modified time | relevance | path

Searched refs:fetchstarts (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c534 static const int fetchstarts[] = { 3,2,1,0, 4,3,2,0, 5,4,3,0 }; variable
576 fetch_start = 1 << fetchstarts[fm * 4 + res]; in create_cycle_diagram_table()
670 fetchstart_shift = fetchstarts[fm * 4 + res]; in expand_fmodes()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c757 static const int fetchstarts[] = { 3,2,1,0, 4,3,2,0, 5,4,3,0 }; variable
799 fetch_start = 1 << fetchstarts[fm * 4 + res]; in create_cycle_diagram_table()
998 fetchstart_shift = fetchstarts[fetchmode * 4 + bplcon0_res]; in setup_fmodes()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp886 static const int fetchstarts[] = { 3,2,1,0, 4,3,2,0, 5,4,3,0 }; variable
928 fetch_start = 1 << fetchstarts[fm * 4 + res];
1179 fetchstart_shift = fetchstarts[fetchmode * 4 + bplcon0_res];