1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-17 02:24:55 +00:00
CLK/Storage/Disk/Encodings/AppleGCR/TrackParser.cpp
Thomas Harte e3b4aebf1a Introduces the Disk II as a unique media target platform.
As it makes a little more sense to analyse Apple GCR images to determine target platform than it does to have the potential platforms vote over them.

Also starts on the parser that'll be necessary for making a decision.
2018-05-04 18:02:36 -04:00

10 lines
174 B
C++

//
// TrackParser.cpp
// Clock Signal
//
// Created by Thomas Harte on 04/05/2018.
// Copyright © 2018 Thomas Harte. All rights reserved.
//
#include "TrackParser.hpp"