diff options
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>
|