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

Factors shifting plus stateful [M]FM token recognition out of the MFMDiskController.

Given the proliferation of MFM-related classes, establishes a subdirectory for them.
This commit is contained in:
Thomas Harte
2017-09-24 20:07:56 -04:00
parent f789ee4ff0
commit 2a08bd9ecc
17 changed files with 287 additions and 142 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include "CPM.hpp"
#include "../Encodings/MFM.hpp"
#include "../Encodings/MFM/MFM.hpp"
using namespace Storage::Disk::CPM;