summaryrefslogtreecommitdiff
path: root/WindowsPhone
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-01-03 22:45:48 +0000
committerIan C <ianc@noddybox.co.uk>2012-01-03 22:45:48 +0000
commit50bff99fdd758ead34489814b8e40695e712b0dd (patch)
treeebea5a1ba673a42b6181f7a871c5724c691367b4 /WindowsPhone
parent647083a1f53bbec58e5058616b84f706b0402911 (diff)
First pass of single byte opcodes done.
Diffstat (limited to 'WindowsPhone')
-rw-r--r--WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj9
1 files changed, 9 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 aa1cc53..35cd040 100644
--- a/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
+++ b/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
@@ -58,6 +58,15 @@
<Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80CpuDecodeByte.cs">
<Link>Z80CpuDecodeByte.cs</Link>
</Compile>
+ <Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80CpuDecodeCB.cs">
+ <Link>Z80CpuDecodeCB.cs</Link>
+ </Compile>
+ <Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80CpuDecodeED.cs">
+ <Link>Z80CpuDecodeED.cs</Link>
+ </Compile>
+ <Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80CpuDecodeShiftedCB.cs">
+ <Link>Z80CpuDecodeShiftedCB.cs</Link>
+ </Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>