distinguish VR SVP from 32X version
authornotaz <notasas@gmail.com>
Tue, 20 Aug 2013 01:06:24 +0000 (04:06 +0300)
committernotaz <notasas@gmail.com>
Tue, 20 Aug 2013 01:06:24 +0000 (04:06 +0300)
pico/carthw.cfg
pico/carthw_cfg.c

index d61161c..72d4a9a 100644 (file)
 
 [Virtua Racing - SVP]
 check_str = 0x150, "Virtua Racing"
+check_str = 0x810, "OHMP"
 hw = svp
 
 [Virtua Racing - SVP]
 check_str = 0x150, "VIRTUA RACING"
+check_str = 0x810, "OHMP"
 hw = svp
 
 [Pico]
index 0974fa0..91ddec7 100644 (file)
@@ -2,9 +2,11 @@
 static const char builtin_carthw_cfg[] =
   "[]\n"
   "check_str=0x150,\"Virtua Racing\"\n"
+  "check_str=0x810,\"OHMP\"\n"
   "hw=svp\n"
   "[]\n"
   "check_str=0x150,\"VIRTUA RACING\"\n"
+  "check_str=0x810,\"OHMP\"\n"
   "hw=svp\n"
   "[]\n"
   "check_str=0x100,\"SEGA PICO\"\n"