mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
carthw: more x-in-1 carts
Also regenerate pico/carthw_cfg.c
This commit is contained in:
parent
04cb5a192d
commit
0a9bec0289
2 changed files with 34 additions and 4 deletions
|
@ -15,6 +15,22 @@ static const char builtin_carthw_cfg[] =
|
|||
"check_str=0x100,\"IMA IKUNO\"\n"
|
||||
"hw=pico\n"
|
||||
"[]\n"
|
||||
"check_str=0x120,\"32X SAMPLE PROGRAM\"\n"
|
||||
"check_str=0x32b74c,\"Bishop Level\"\n"
|
||||
"prop=force_6btn\n"
|
||||
"[]\n"
|
||||
"check_str=0x100,\"SEGA 32X\"\n"
|
||||
"check_str=0x150,\"WWF RAW\"\n"
|
||||
"prop=wwfraw_hack#readsbackdatawrittentohighROMadressesfromcache\n"
|
||||
"[]\n"
|
||||
"check_str=0x100,\"SEGA 32X\"\n"
|
||||
"check_str=0x120,\"BLACKTHORNE\"\n"
|
||||
"prop=blackthorne_hack#readsbackdataoverwrittenby2ndCPUfromcache\n"
|
||||
"[]\n"
|
||||
"check_str=0x100,\"SEGA\"\n"
|
||||
"check_str=0x150,\"MARS CHECK PROGRAM\"\n"
|
||||
"prop=marscheck_hack#readsbackdataoverwrittenbyDMAfromcache\n"
|
||||
"[]\n"
|
||||
"check_str=0x120,\"PUGGSY\"\n"
|
||||
"prop=no_sram\n"
|
||||
"[]\n"
|
||||
|
@ -27,10 +43,6 @@ static const char builtin_carthw_cfg[] =
|
|||
"check_str=0x150,\" HardBall III\"\n"
|
||||
"sram_range=0x200000,0x20ffff\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\"32X SAMPLE PROGRAM\"\n"
|
||||
"check_str=0x32b74c,\"Bishop Level\"\n"
|
||||
"prop=force_6btn\n"
|
||||
"[]\n"
|
||||
"check_str=0x100,\"SEGA SSF\"\n"
|
||||
"hw=ssf2_mapper\n"
|
||||
"[]\n"
|
||||
|
@ -66,6 +78,14 @@ static const char builtin_carthw_cfg[] =
|
|||
"check_size_gt=0x080000\n"
|
||||
"hw=x_in_1_mapper\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\"TINY TOON ADVENTURES\"\n"
|
||||
"check_size_gt=0x080000\n"
|
||||
"hw=x_in_1_mapper\n"
|
||||
"[]\n"
|
||||
"check_str=0x160,\"FS MOONWALKER\"\n"
|
||||
"check_size_gt=0x080000\n"
|
||||
"hw=x_in_1_mapper\n"
|
||||
"[]\n"
|
||||
"check_str=0x150,\" SHOVE IT!\"\n"
|
||||
"check_size_gt=0x020000\n"
|
||||
"hw=x_in_1_mapper\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue