Move MemoryDomain.cs to Base Implementations
This commit is contained in:
parent
f69718f57e
commit
c1bb613ab4
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue