mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
distinguish VR SVP from 32X version
This commit is contained in:
parent
895d15121b
commit
8b78786e0f
2 changed files with 4 additions and 0 deletions
|
@ -33,10 +33,12 @@
|
|||
|
||||
[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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue