From 8979246642bae7bee137bf265b655da3fdae8bf5 Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Thu, 26 May 2016 16:21:42 +0000 Subject: [PATCH] remove bad rom patches --- Src/Model3/Model3.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Src/Model3/Model3.cpp b/Src/Model3/Model3.cpp index 9dea1e7..110cbbe 100644 --- a/Src/Model3/Model3.cpp +++ b/Src/Model3/Model3.cpp @@ -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")) {