Add interface for floppy images (track/head/sector based).

This commit is contained in:
2018-03-26 23:59:26 +01:00
parent b4d7966ada
commit b417982510
5 changed files with 291 additions and 1 deletions

View File

@@ -59,6 +59,8 @@
<Compile Include="Enums.cs" />
<Compile Include="Exceptions.cs" />
<Compile Include="HDCopy.cs" />
<Compile Include="IFloppyImage.cs" />
<Compile Include="IWritableFloppyImage.cs" />
<Compile Include="IWritableImage.cs" />
<Compile Include="KryoFlux.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />