1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-22 08:16:42 +00:00

Tidies the Disk file hierarchy.

This commit is contained in:
Thomas Harte
2017-09-22 22:39:23 -04:00
parent b5406b90cd
commit 698e4fe550
47 changed files with 273 additions and 215 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#ifndef _770_hpp
#define _770_hpp
#include "../../Storage/Disk/MFMDiskController.hpp"
#include "../../Storage/Disk/Controller/MFMDiskController.hpp"
namespace WD {
+1 -1
View File
@@ -9,7 +9,7 @@
#ifndef i8272_hpp
#define i8272_hpp
#include "../../Storage/Disk/MFMDiskController.hpp"
#include "../../Storage/Disk/Controller/MFMDiskController.hpp"
#include <cstdint>
#include <memory>