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 573 by william, Thu Jun 6 07:35:49 2013 UTC vs.
Revision 574 by william, Thu Jun 6 07:39:04 2013 UTC

# Line 7 | Line 7 | namespace RomCheater
7   {
8      public static class MemorySizeConstants
9      {
10 <        public const uint MinimumAddress = 0x00000000;
11 <        public const uint MaximumAddressSize = int.MaxValue;
10 >        public const ulong MinimumAddress = 0x00000000;
11 >        public const ulong MaximumAddressSize = ulong.MaxValue;
12  
13 <        public const uint MinimumSearchAddress = 0x00000000;
14 <        public const uint MaximumSearchSize = int.MaxValue;
13 >        public const ulong MinimumSearchAddress = 0x00000000;
14 >        public const ulong MaximumSearchSize = ulong.MaxValue;
15      }
16   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines