diff -r 5e9a8595296c -r fb66f749b7ff Hardware/CPU/AMD0FCPU.cs --- a/Hardware/CPU/AMD0FCPU.cs Wed Sep 22 19:12:12 2010 +0000 +++ b/Hardware/CPU/AMD0FCPU.cs Wed Sep 22 20:44:34 2010 +0000 @@ -107,7 +107,7 @@ StringBuilder r = new StringBuilder(); r.Append(base.GetReport()); - r.Append("Miscellaneous Control Address: "); + r.Append("Miscellaneous Control Address: 0x"); r.AppendLine((miscellaneousControlAddress).ToString("X", CultureInfo.InvariantCulture)); r.AppendLine();