mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Adds exposition.
This commit is contained in:
@@ -20,7 +20,10 @@ namespace Storage {
|
|||||||
namespace Disk {
|
namespace Disk {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Provides a @c DiskImage containing an IPF.
|
Provides a @c DiskImage containing an IPF, which is a mixed stream of raw flux windows and
|
||||||
|
unencoded MFM sections along with gap records that can be used to record write splices, all
|
||||||
|
of which is variably clocked (albeit not at flux transition resolution; as a result IPF files tend to be
|
||||||
|
close in size to more primitive formats).
|
||||||
*/
|
*/
|
||||||
class IPF: public DiskImage, public TargetPlatform::TypeDistinguisher {
|
class IPF: public DiskImage, public TargetPlatform::TypeDistinguisher {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user