Move MemoryDomain.cs to Base Implementations

This commit is contained in:
adelikat 2015-01-14 20:22:05 +00:00
parent f69718f57e
commit c1bb613ab4
2 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,7 @@
<Compile Include="Base Implementations\ControllerDefinition.cs" />
<Compile Include="Base Implementations\InputCallbackSystem.cs" />
<Compile Include="Base Implementations\MemoryCallbackSystem.cs" />
<Compile Include="Base Implementations\MemoryDomain.cs" />
<Compile Include="Base Implementations\NullController.cs" />
<Compile Include="Base Implementations\NullEmulator.cs" />
<Compile Include="Base Implementations\NullSound.cs" />
@ -91,7 +92,6 @@
<Compile Include="Interfaces\ISyncSoundProvider.cs" />
<Compile Include="Interfaces\ITraceable.cs" />
<Compile Include="Interfaces\IVideoProvider.cs" />
<Compile Include="MemoryDomain.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServiceInjector.cs" />
<Compile Include="Sound\HuC6280PSG.cs" />