Add files via upload
This commit is contained in:
parent
7ce43e1438
commit
a1497045dd
|
@ -354,6 +354,35 @@
|
|||
<Compile Include="Consoles\Atari\2600\Tia\Tia.PlayerData.cs" />
|
||||
<Compile Include="Consoles\Atari\2600\Tia\Tia.PlayfieldData.cs" />
|
||||
<Compile Include="Consoles\Atari\2600\Tia\Tia.SyncState.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\A7800Hawk.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\A7800Hawk.IDebuggable.cs">
|
||||
<DependentUpon>A7800Hawk.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\A7800Hawk.IEmulator.cs">
|
||||
<DependentUpon>A7800Hawk.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\A7800Hawk.IInputPollable.cs">
|
||||
<DependentUpon>A7800Hawk.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\A7800Hawk.IMemoryDomains.cs">
|
||||
<DependentUpon>A7800Hawk.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\A7800Hawk.IStatable.cs">
|
||||
<DependentUpon>A7800Hawk.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\A7800Hawk.ISaveRam.cs">
|
||||
<DependentUpon>A7800Hawk.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\MemoryMap.cs">
|
||||
<DependentUpon>A7800Hawk.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\A7800HawkControl.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\M6532.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\Maria.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\TIA_Sound\Tia.Audio.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\TIA_Sound\TIA.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\TIA_Sound\Tia.ISoundProvider.cs" />
|
||||
<Compile Include="Consoles\Atari\A7800Hawk\TIA_Sound\Tia.SyncState.cs" />
|
||||
<Compile Include="Consoles\Atari\7800\Atari7800.cs" />
|
||||
<Compile Include="Consoles\Atari\7800\Atari7800.IDebuggable.cs">
|
||||
<DependentUpon>Atari7800.cs</DependentUpon>
|
||||
|
@ -1317,6 +1346,7 @@
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="ClassDiagram1.cd" />
|
||||
<None Include="Consoles\Atari\docs\stella.pdf" />
|
||||
<None Include="Consoles\Coleco\docs\colecovision tech1.pdf" />
|
||||
<None Include="Consoles\Coleco\docs\colecovision tech2.pdf" />
|
||||
|
|
Loading…
Reference in New Issue