Home
last modified time | relevance | path

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

/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/gp2x/
H A Dsoc.c35 char *pollux_chipname_c = (char *)pollux_chipname; in soc_detect() local
75 pollux_chipname_c[0x30] = 0; in soc_detect()
79 unsigned char c = pollux_chipname_c[i]; in soc_detect()
84 printf("found pollux-like id: \"%s\"\n", pollux_chipname_c); in soc_detect()
86 if (strncmp(pollux_chipname_c, "MAGICEYES-LEAPFROG-LF1000", 25) || in soc_detect()
87 strncmp(pollux_chipname_c, "MAGICEYES-POLLUX", 16)) in soc_detect()