Home
last modified time | relevance | path

Searched refs:s2650Count (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/
H A Ds2650_intf.cpp13 INT32 s2650Count; variable
243 s2650Count = num; in s2650Init()
260 s2650Count = 0; in s2650Exit()
270 if (num > s2650Count) bprintf(PRINT_ERROR, _T("s2650Open called with invalid index %x\n"), num); in s2650Open()
H A Ds2650_intf.h3 extern INT32 s2650Count;
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/
H A Ds2650_intf.cpp13 INT32 s2650Count; variable
237 s2650Count = num; in s2650Init()
254 s2650Count = 0; in s2650Exit()
264 if (num > s2650Count) bprintf(PRINT_ERROR, _T("s2650Open called with invalid index %x\n"), num); in s2650Open()
H A Ds2650_intf.h3 extern INT32 s2650Count;
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dhiscore.cpp75 else if (s2650Count) in set_cpu_type()