summaryrefslogtreecommitdiff
path: root/WindowsPhone/Noddybox.Emulation.EightBit
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-03-25 22:12:23 +0000
committerIan C <ianc@noddybox.co.uk>2012-03-25 22:12:23 +0000
commit39a55c3b475f83508d67012b8dbbb0676fdd70d3 (patch)
tree35a4918214da7f8d127086667e6aab22bdd547d4 /WindowsPhone/Noddybox.Emulation.EightBit
parentf69afb0f5c39a6bdb732cc20c4ad3ab5ec7c2c67 (diff)
Added Z80 Disassembler to WIndows Phone
Diffstat (limited to 'WindowsPhone/Noddybox.Emulation.EightBit')
-rw-r--r--WindowsPhone/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/WindowsPhone/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj b/WindowsPhone/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj
index 656ce46..6089411 100644
--- a/WindowsPhone/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj
+++ b/WindowsPhone/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj
@@ -58,6 +58,9 @@
<Compile Include="..\..\src\Noddybox.Emulation.EightBit\IDevice.cs">
<Link>IDevice.cs</Link>
</Compile>
+ <Compile Include="..\..\src\Noddybox.Emulation.EightBit\IDisassembler.cs">
+ <Link>IDisassembler.cs</Link>
+ </Compile>
<Compile Include="..\..\src\Noddybox.Emulation.EightBit\IMemory.cs">
<Link>IMemory.cs</Link>
</Compile>