mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 22:05:38 +00:00
remove bad rom patches
This commit is contained in:
parent
3f9936d664
commit
8979246642
|
@ -2894,8 +2894,6 @@ void CModel3::Patch(void)
|
|||
*(UINT32 *) &crom[0x50E8D4] = 0x60000000;
|
||||
*(UINT32 *) &crom[0x50E8F4] = 0x60000000;
|
||||
*(UINT32 *) &crom[0x50FB84] = 0x60000000;
|
||||
*(UINT32 *) &crom[0x4F736C] = 0x60000000; //
|
||||
*(UINT32 *) &crom[0x4F738C] = 0x60000000;
|
||||
}
|
||||
else if (!strcmp(Game->id, "harleyb"))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue