diff options
Diffstat (limited to 'WindowsPhone')
-rw-r--r-- | WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj | 9 |
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>
|