Add a DiskCopy 4.2 image reader. We can now write files to floppy, and they

almost work.
This commit is contained in:
David Given
2021-01-05 00:36:06 +01:00
parent 629af2a697
commit 088381a5a6
6 changed files with 146 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ public:
else
Error() << "this image is not compatible with the DiskCopy 4.2 format";
std::cout << "writing DiskCopy 4.2 image\n"
<< fmt::format("{} tracks, {} heads, {} sectors, {} bytes per sector; {}\n",
spec.cylinders, spec.heads, spec.sectors, spec.bytes,