summaryrefslogtreecommitdiff
path: root/WindowsPhone
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-01-02 23:37:51 +0000
committerIan C <ianc@noddybox.co.uk>2012-01-02 23:37:51 +0000
commit647083a1f53bbec58e5058616b84f706b0402911 (patch)
tree7b74c6bce93adeb0165cd94e42affaa9c667cd8e /WindowsPhone
parent2b8d49726e448e22b5055da5ba4395d043030984 (diff)
Added some opcodes and removed unnecessary using statements.
Diffstat (limited to 'WindowsPhone')
-rw-r--r--WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj b/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
index 1e0579f..aa1cc53 100644
--- a/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
+++ b/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
@@ -55,6 +55,9 @@
<Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80CpuBaseOpcodes.cs">
<Link>Z80CpuBaseOpcodes.cs</Link>
</Compile>
+ <Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80CpuDecodeByte.cs">
+ <Link>Z80CpuDecodeByte.cs</Link>
+ </Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>