diff --git a/EightBit/Register16.cs b/EightBit/Register16.cs index 9cb5ec0..ead398d 100644 --- a/EightBit/Register16.cs +++ b/EightBit/Register16.cs @@ -4,8 +4,10 @@ namespace EightBit { + using System.Diagnostics; using System.Runtime.InteropServices; + [DebuggerDisplay("Word = {Word}")] public struct Register16 { public byte Low;