pico, improve detection

This commit is contained in:
kub 2022-02-09 22:09:23 +00:00
parent b4e7cd1b51
commit 852f27d864
2 changed files with 22 additions and 1 deletions

View file

@ -46,6 +46,18 @@ hw = svp
check_str = 0x100, "SEGA PICO"
hw = pico
[Pico]
check_str = 0x100, "SEGATOYS PICO"
hw = pico
[Pico]
check_str = 0x100, "SEGA TOYS PICO"
hw = pico
[Pico]
check_str = 0x100, "SAMSUNG PICO"
hw = pico
[Pico]
check_str = 0x100, "IMA IKUNOUJYUKU"
hw = pico

View file

@ -1,4 +1,4 @@
/* generated by tools/make_carthw_c, do not modify */
/* generated by ./tools/make_carthw_c, do not modify */
static const char builtin_carthw_cfg[] =
"[]\n"
"check_str=0x150,\"Virtua Racing\"\n"
@ -12,6 +12,15 @@ static const char builtin_carthw_cfg[] =
"check_str=0x100,\"SEGA PICO\"\n"
"hw=pico\n"
"[]\n"
"check_str=0x100,\"SEGATOYS PICO\"\n"
"hw=pico\n"
"[]\n"
"check_str=0x100,\"SEGA TOYS PICO\"\n"
"hw=pico\n"
"[]\n"
"check_str=0x100,\"SAMSUNG PICO\"\n"
"hw=pico\n"
"[]\n"
"check_str=0x100,\"IMA IKUNOUJYUKU\"\n"
"hw=pico\n"
"[]\n"