Implement CopyTape writing.

This commit is contained in:
2019-05-06 22:42:13 +01:00
parent c963a56af3
commit 73d45970c5
6 changed files with 256 additions and 3 deletions

View File

@@ -177,6 +177,7 @@
<Compile Include="CopyTape\Properties.cs" />
<Compile Include="CopyTape\Read.cs" />
<Compile Include="CopyTape\Unsupported.cs" />
<Compile Include="CopyTape\Write.cs" />
<Compile Include="CPCDSK\Constants.cs" />
<Compile Include="CPCDSK\Helpers.cs" />
<Compile Include="CPCDSK\Identify.cs" />