summaryrefslogtreecommitdiff
path: root/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-01-08 22:37:21 +0000
committerIan C <ianc@noddybox.co.uk>2012-01-08 22:37:21 +0000
commita00e548533eed5b1aead479e70a117eb05458a5f (patch)
tree9126a23a6e6e85d1cbea05dc85a6f4e03d5bfdd9 /WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
parentdead9024c73e16a141b1381ba6e8432d44d2d567 (diff)
Added rest of ED opcodes and GPL fixed headers.
Diffstat (limited to 'WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj')
-rw-r--r--WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj6
1 files changed, 6 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 35cd040..d8b8a17 100644
--- a/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
+++ b/WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj
@@ -67,6 +67,12 @@
<Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80CpuDecodeShiftedCB.cs">
<Link>Z80CpuDecodeShiftedCB.cs</Link>
</Compile>
+ <Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80CpuEventArgs.cs">
+ <Link>Z80CpuEventArgs.cs</Link>
+ </Compile>
+ <Compile Include="..\..\src\Noddybox.Emulation.EightBit.Z80\Z80Flags.cs">
+ <Link>Z80Flags.cs</Link>
+ </Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>