mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Add hack for unlicensed games that don't handle the Z80 bus properly
This commit is contained in:
parent
bccd8832dd
commit
a67db32a4a
5 changed files with 39 additions and 6 deletions
|
@ -387,4 +387,16 @@ static const char builtin_carthw_cfg[] =
|
|||
"check_crc32=0xee9fc429\n"
|
||||
"hw=prot\n"
|
||||
"prot_ro_value16=0x400000,-2,0x6300\n"
|
||||
"[]\n"
|
||||
"check_str=0x180,\"GM 00000000-00\"\n"
|
||||
"check_crc32=0x6732aab4\n"
|
||||
"prop=no_z80_bus_lock\n"
|
||||
"[]\n"
|
||||
"check_str=0x180,\"GM 00000000-00\"\n"
|
||||
"check_crc32=0xe302585a\n"
|
||||
"prop=no_z80_bus_lock\n"
|
||||
"[]\n"
|
||||
"check_csum=8224\n"
|
||||
"check_crc32=0x20ed0de8\n"
|
||||
"prop=no_z80_bus_lock\n"
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue