mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-01-10 15:29:47 +00:00
Improve the debugging visibility of the Register16 class.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
01ce926574
commit
c400f37201
@ -4,8 +4,10 @@
|
||||
|
||||
namespace EightBit
|
||||
{
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[DebuggerDisplay("Word = {Word}")]
|
||||
public struct Register16
|
||||
{
|
||||
public byte Low;
|
||||
|
Loading…
x
Reference in New Issue
Block a user