diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-01-08 22:37:21 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-01-08 22:37:21 +0000 |
commit | a00e548533eed5b1aead479e70a117eb05458a5f (patch) | |
tree | 9126a23a6e6e85d1cbea05dc85a6f4e03d5bfdd9 /WindowsPhone | |
parent | dead9024c73e16a141b1381ba6e8432d44d2d567 (diff) |
Added rest of ED opcodes and GPL fixed headers.
Diffstat (limited to 'WindowsPhone')
-rw-r--r-- | WindowsPhone/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj | 6 |
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>
|