diff options
Diffstat (limited to 'native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs')
| -rw-r--r-- | native/Noddybox.Emulation.EightBit.Z80.Test/Program.cs | 1 |
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);
}
}
}
|
