diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-03-05 23:55:51 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-03-05 23:55:51 +0000 |
commit | 7a79ba9eb1e7cbee6386d8c8e019fdc4738228a4 (patch) | |
tree | 71d09422590cc23aebe364e4c6f000567942eacb /native/Noddybox.Emulation.EightBit | |
parent | 788b8cc4dd404a826ce881c020ee6ca0388a5975 (diff) |
None compiling safe-keeping commit. Started on Z80 disassembler.
Diffstat (limited to 'native/Noddybox.Emulation.EightBit')
-rw-r--r-- | native/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/native/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj b/native/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj index 2d81cf6..5b385fc 100644 --- a/native/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj +++ b/native/Noddybox.Emulation.EightBit/Noddybox.Emulation.EightBit.csproj @@ -49,6 +49,9 @@ <Compile Include="..\..\src\Noddybox.Emulation.EightBit\IDevice.cs">
<Link>IDevice.cs</Link>
</Compile>
+ <Compile Include="..\..\src\Noddybox.Emulation.EightBit\IDisassembler.cs">
+ <Link>IDisassembler.cs</Link>
+ </Compile>
<Compile Include="..\..\src\Noddybox.Emulation.EightBit\IMemory.cs">
<Link>IMemory.cs</Link>
</Compile>
|