ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/MemorySizeConstants.cs
(Generate patch)

Comparing trunk/RomCheater/MemorySizeConstants.cs (file contents):
Revision 404 by william, Thu Jun 21 05:14:38 2012 UTC vs.
Revision 405 by william, Thu Jun 21 14:38:54 2012 UTC

--- trunk/RomCheater/MemorySizeConstants.cs	2012/06/21 12:51:57	404
+++ trunk/RomCheater/MemorySizeConstants.cs	2012/06/21 14:38:54	405
@@ -10,7 +10,7 @@ namespace RomCheater
         public const uint MinimumAddress = 0x00000000;
         public const uint MaximumAddressSize = int.MaxValue - 0x38;
 
-        public const uint MinimumSearchAddress = 0x10000000;
-        public const uint MaximumSearchSize = 0x0f000000;
+        public const uint MinimumSearchAddress = 0x0;
+        public const uint MaximumSearchSize = 0x1f000000;
     }
 }