1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Adds a class to contain the Disk II and begins Apple GCR conversion routines.

This commit is contained in:
Thomas Harte
2018-04-21 14:33:42 -07:00
parent 0a0d81cd5a
commit 72bc5f8d7b
9 changed files with 184 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
//
// DiskII.cpp
// Clock Signal
//
// Created by Thomas Harte on 20/04/2018.
// Copyright © 2018 Thomas Harte. All rights reserved.
//
#include "DiskII.hpp"