diff -r 70d0c3102424 -r 411b72b73d8f Hardware/CPU/AMD10CPU.cs --- a/Hardware/CPU/AMD10CPU.cs Thu May 06 19:20:38 2010 +0000 +++ b/Hardware/CPU/AMD10CPU.cs Sun May 09 16:22:13 2010 +0000 @@ -99,23 +99,19 @@ Update(); } - public string Name { + public override string Name { get { return name; } } - public Identifier Identifier { + public override Identifier Identifier { get { return new Identifier("amdcpu", processorIndex.ToString()); } } - public Image Icon { + public override Image Icon { get { return icon; } } - public string GetReport() { - return null; - } - - public void Update() { + public override void Update() { if (pciAddress != 0xFFFFFFFF) { uint value; if (WinRing0.ReadPciConfigDwordEx(pciAddress,