mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
md, add some unlicensed carts
This commit is contained in:
parent
257baf1520
commit
75a6b6a954
2 changed files with 55 additions and 1 deletions
|
@ -98,6 +98,11 @@ static const char builtin_carthw_cfg[] =
|
|||
"check_size_gt=0x100000\n"
|
||||
"hw=radica_mapper\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\"STREET FIGHTER\"\n"
|
||||
"check_str=0x161,\"SPECIAL CHAMPION EDITION\"\n"
|
||||
"check_size_gt=0x300000\n"
|
||||
"hw=radica_mapper\n"
|
||||
"[]\n"
|
||||
"check_str=0x94,\"THE EARTH DEFEND\"\n"
|
||||
"hw=realtec_mapper\n"
|
||||
"[]\n"
|
||||
|
@ -115,6 +120,11 @@ static const char builtin_carthw_cfg[] =
|
|||
"eeprom_type=3\n"
|
||||
"eeprom_lines=8,0,0\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\"GREATEST HEAVYWEIGHTS\"\n"
|
||||
"sram_range=0x200000,0x200001\n"
|
||||
"eeprom_type=1\n"
|
||||
"eeprom_lines=1,0,0\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\"MICRO MACHINES II\"\n"
|
||||
"sram_range=0x300000,0x380001\n"
|
||||
"eeprom_type=2\n"
|
||||
|
@ -172,6 +182,11 @@ static const char builtin_carthw_cfg[] =
|
|||
"eeprom_type=1\n"
|
||||
"eeprom_lines=6,7,7\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\"MLBPA SPORTS TALK BASEBALL\"\n"
|
||||
"sram_range=0x200000,0x200001\n"
|
||||
"eeprom_type=1\n"
|
||||
"eeprom_lines=1,0,0\n"
|
||||
"[]\n"
|
||||
"check_str=0x104,\" are Registered Trademarks\"\n"
|
||||
"check_crc32=0xc9706e25\n"
|
||||
"hw=lk3_mapper\n"
|
||||
|
@ -180,6 +195,10 @@ static const char builtin_carthw_cfg[] =
|
|||
"check_crc32=0x4c98cc30\n"
|
||||
"hw=lk3_mapper\n"
|
||||
"[]\n"
|
||||
"check_str=0x104,\" are Registered Trademarks\"\n"
|
||||
"check_crc32=0x6ec032cb\n"
|
||||
"hw=lk3_mapper\n"
|
||||
"[]\n"
|
||||
"check_str=0x104,\" \"\n"
|
||||
"check_crc32=0x0d097f5c\n"
|
||||
"hw=lk3_mapper\n"
|
||||
|
@ -288,6 +307,12 @@ static const char builtin_carthw_cfg[] =
|
|||
"prot_rw_value16=0x400000,0xc00000,0\n"
|
||||
"prot_rw_value16=0x400004,0xc00004,0\n"
|
||||
"[]\n"
|
||||
"check_csum=0x5ff9\n"
|
||||
"check_crc32=0x4b2b163a\n"
|
||||
"hw=prot\n"
|
||||
"prot_rw_value16=0x400000,0xc00000,0\n"
|
||||
"prot_rw_value16=0x400004,0xc00004,0\n"
|
||||
"[]\n"
|
||||
"check_csum=0x6001\n"
|
||||
"check_crc32=0xfa80956a\n"
|
||||
"hw=prot\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue