Started Sydex TeleDisk implementation, with structs, constants and

initial Identify() implementation.
This commit is contained in:
2014-04-19 21:21:08 +01:00
parent 1491a5ccca
commit 76b91a16f9
3 changed files with 468 additions and 0 deletions

View File

@@ -72,6 +72,7 @@
<Compile Include="BigEndianBitConverter.cs" />
<Compile Include="ImagePlugins\DiskCopy42.cs" />
<Compile Include="Plugins\LisaFS.cs" />
<Compile Include="ImagePlugins\TeleDisk.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>