From a937b96b20e61cd0770119da3327c15575779793 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 28 Feb 2012 23:22:49 +0000 Subject: Added ability to set/get the state of Z80 registers. --- native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs') 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); } } } -- cgit v1.2.3