ColecoVision Turbo Controller
This commit is contained in:
parent
39808f793d
commit
079d0eaab9
|
@ -406,6 +406,8 @@
|
||||||
<Compile Include="Consoles\Coleco\Input.cs" />
|
<Compile Include="Consoles\Coleco\Input.cs" />
|
||||||
<Compile Include="Consoles\Coleco\MemoryMap.cs" />
|
<Compile Include="Consoles\Coleco\MemoryMap.cs" />
|
||||||
<Compile Include="Consoles\Coleco\TMS9918A.cs" />
|
<Compile Include="Consoles\Coleco\TMS9918A.cs" />
|
||||||
|
<Compile Include="Consoles\Coleco\ColecoControllerDeck.cs" />
|
||||||
|
<Compile Include="Consoles\Coleco\ColecoControllers.cs" />
|
||||||
<Compile Include="Consoles\Intellivision\Cartridge.cs" />
|
<Compile Include="Consoles\Intellivision\Cartridge.cs" />
|
||||||
<Compile Include="Consoles\Intellivision\Controllers\IntellivisionControllerDeck.cs" />
|
<Compile Include="Consoles\Intellivision\Controllers\IntellivisionControllerDeck.cs" />
|
||||||
<Compile Include="Consoles\Intellivision\ICart.cs" />
|
<Compile Include="Consoles\Intellivision\ICart.cs" />
|
||||||
|
@ -1272,4 +1274,4 @@
|
||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue