distinguish VR SVP from 32X version

This commit is contained in:
notaz 2013-08-20 04:06:24 +03:00
parent 895d15121b
commit 8b78786e0f
2 changed files with 4 additions and 0 deletions

View file

@ -33,10 +33,12 @@
[Virtua Racing - SVP] [Virtua Racing - SVP]
check_str = 0x150, "Virtua Racing" check_str = 0x150, "Virtua Racing"
check_str = 0x810, "OHMP"
hw = svp hw = svp
[Virtua Racing - SVP] [Virtua Racing - SVP]
check_str = 0x150, "VIRTUA RACING" check_str = 0x150, "VIRTUA RACING"
check_str = 0x810, "OHMP"
hw = svp hw = svp
[Pico] [Pico]

View file

@ -2,9 +2,11 @@
static const char builtin_carthw_cfg[] = static const char builtin_carthw_cfg[] =
"[]\n" "[]\n"
"check_str=0x150,\"Virtua Racing\"\n" "check_str=0x150,\"Virtua Racing\"\n"
"check_str=0x810,\"OHMP\"\n"
"hw=svp\n" "hw=svp\n"
"[]\n" "[]\n"
"check_str=0x150,\"VIRTUA RACING\"\n" "check_str=0x150,\"VIRTUA RACING\"\n"
"check_str=0x810,\"OHMP\"\n"
"hw=svp\n" "hw=svp\n"
"[]\n" "[]\n"
"check_str=0x100,\"SEGA PICO\"\n" "check_str=0x100,\"SEGA PICO\"\n"