1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Put my money where my mouth is and switched the superclass of WD1770 to MFMController, eliminating duplicated (/factored out) code.

This commit is contained in:
Thomas Harte
2017-08-14 16:32:53 -04:00
parent a366298022
commit cddcd0fb79
3 changed files with 87 additions and 272 deletions
-1
View File
@@ -10,7 +10,6 @@
#define i8272_hpp
#include "../../Storage/Disk/MFMDiskController.hpp"
#include "../../Storage/Disk/Drive.hpp"
#include <cstdint>
#include <memory>