pico, improve detection
authorkub <derkub@gmail.com>
Wed, 9 Feb 2022 22:09:23 +0000 (22:09 +0000)
committerkub <derkub@gmail.com>
Wed, 9 Feb 2022 22:09:23 +0000 (22:09 +0000)
pico/carthw.cfg
pico/carthw_cfg.c

index f7cfcb1..650f940 100644 (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
index 89d5e0b..55c779e 100644 (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"