Add hack for unlicensed games that don't handle the Z80 bus properly

This commit is contained in:
techmetx11 2023-08-21 16:21:25 +01:00
parent bccd8832dd
commit a67db32a4a
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2
5 changed files with 39 additions and 6 deletions

View file

@ -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"
;