summaryrefslogtreecommitdiff
path: root/native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-02-28 23:22:49 +0000
committerIan C <ianc@noddybox.co.uk>2012-02-28 23:22:49 +0000
commita937b96b20e61cd0770119da3327c15575779793 (patch)
tree7802d59939ba5f6b9f15923fb3cd5a27ae8c3b83 /native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs
parent7c9c5af6d495d6ac60b5cb59b8e0cd9a17318e9a (diff)
Added ability to set/get the state of Z80 registers.
Diffstat (limited to 'native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs')
-rw-r--r--native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs b/native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs
index 5e708ea..0f2a19d 100644
--- a/native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs
+++ b/native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs
@@ -30,6 +30,7 @@ namespace Noddybox.Emulation.EightBit.Z80.Test
{
static void Main(string[] args)
{
+ new TestMachine("Test", null, null);
}
}
}