diff options
author | Ian C <ianc@noddybox.co.uk> | 2011-12-29 00:17:13 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2011-12-29 00:17:13 +0000 |
commit | f96332b0913a8a365db73a1af3443c0e225a23d8 (patch) | |
tree | d530b3eb68f9a5619c0c7c8a15878759b343f025 /Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj | |
parent | 2e3102879b2d3059f4ce0efc1a0ecd4bc3142a99 (diff) |
Development check-in.
Diffstat (limited to 'Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj')
-rw-r--r-- | Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj b/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj index 60cb7ff..03c8010 100644 --- a/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj +++ b/Noddybox.Emulation.EightBit.Z80/Noddybox.Emulation.EightBit.Z80.csproj @@ -51,6 +51,7 @@ <ItemGroup>
<Compile Include="Z80Cpu.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Z80CpuBaseOpcodes.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Noddybox.Emulation.EightBit\Noddybox.Emulation.EightBit.csproj">
|