Improve the debugging visibility of the Register16 class.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-02-20 22:17:54 +00:00
parent 01ce926574
commit c400f37201

View File

@ -4,8 +4,10 @@
namespace EightBit
{
using System.Diagnostics;
using System.Runtime.InteropServices;
[DebuggerDisplay("Word = {Word}")]
public struct Register16
{
public byte Low;