From: kub Date: Wed, 9 Feb 2022 22:09:23 +0000 (+0000) Subject: pico, improve detection X-Git-Tag: v2.00~350 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852f27d864abdb58ffd22fd797c4792e89fd51ec;p=picodrive.git pico, improve detection --- diff --git a/pico/carthw.cfg b/pico/carthw.cfg index f7cfcb1f..650f9404 100644 --- a/pico/carthw.cfg +++ b/pico/carthw.cfg @@ -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 diff --git a/pico/carthw_cfg.c b/pico/carthw_cfg.c index 89d5e0b0..55c779e5 100644 --- a/pico/carthw_cfg.c +++ b/pico/carthw_cfg.c @@ -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"