mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
recognize the MED ssf2 header
This commit is contained in:
parent
f508065409
commit
40d22a8e76
3 changed files with 11 additions and 1 deletions
|
@ -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"
|
||||
|
@ -28,6 +28,9 @@ static const char builtin_carthw_cfg[] =
|
|||
"check_str=0x32b74c,\"Bishop Level\"\n"
|
||||
"prop=force_6btn\n"
|
||||
"[]\n"
|
||||
"check_str=0x100,\"SEGA SSF\"\n"
|
||||
"hw=ssf2_mapper\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\"SUPER STREET FIGHTER2 The New Challengers\"\n"
|
||||
"hw=ssf2_mapper\n"
|
||||
"prop=no_sram\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue