Hardware/CPU/IntelCPU.cs
changeset 91 c0937b698b81
parent 90 3333b29a1746
child 97 1a2d7dad320e
     1.1 --- a/Hardware/CPU/IntelCPU.cs	Sat Apr 24 19:59:52 2010 +0000
     1.2 +++ b/Hardware/CPU/IntelCPU.cs	Sat Apr 24 20:09:18 2010 +0000
     1.3 @@ -134,6 +134,7 @@
     1.4                case 0x1A: // Intel Core i7 LGA1366 (45nm)
     1.5                case 0x1E: // Intel Core i5, i7 LGA1156 (45nm)
     1.6                case 0x25: // Intel Core i3, i5, i7 LGA1156 (32nm)
     1.7 +              case 0x2C: // Intel Core i7 LGA1366 (32nm) 6 Core
     1.8                  uint eax, edx;
     1.9                  tjMax = new float[coreCount];
    1.10                  for (int i = 0; i < coreCount; i++) {