Adds support for Commodore 1540/1541/1571/1581 filesystems,

closes #28
This commit is contained in:
2016-09-14 17:59:54 +01:00
parent cf43dfec03
commit 441f019581
4 changed files with 339 additions and 1 deletions

View File

@@ -111,6 +111,7 @@
<Compile Include="VxFS.cs" />
<Compile Include="Squash.cs" />
<Compile Include="Cram.cs" />
<Compile Include="CBM.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>