# HG changeset patch # User moel.mich # Date 1272139758 0 # Node ID c0937b698b810f60f27b9db5bf5d7bb7490ca14e # Parent 3333b29a174693539c7f533f015d962bd0de724c Fixed Issue 39. diff -r 3333b29a1746 -r c0937b698b81 Hardware/CPU/IntelCPU.cs --- a/Hardware/CPU/IntelCPU.cs Sat Apr 24 19:59:52 2010 +0000 +++ b/Hardware/CPU/IntelCPU.cs Sat Apr 24 20:09:18 2010 +0000 @@ -134,6 +134,7 @@ case 0x1A: // Intel Core i7 LGA1366 (45nm) case 0x1E: // Intel Core i5, i7 LGA1156 (45nm) case 0x25: // Intel Core i3, i5, i7 LGA1156 (32nm) + case 0x2C: // Intel Core i7 LGA1366 (32nm) 6 Core uint eax, edx; tjMax = new float[coreCount]; for (int i = 0; i < coreCount; i++) {