From 786b26d23e8039874707929174372f2875205401 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 26 Jul 2019 23:23:40 -0400 Subject: [PATCH] Adds an admission of incompleteness. I really need to figure out the 5-and-3 encoding. --- Storage/Disk/Encodings/AppleGCR/Encoder.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Storage/Disk/Encodings/AppleGCR/Encoder.hpp b/Storage/Disk/Encodings/AppleGCR/Encoder.hpp index 04d347f1b..08fc69a6e 100644 --- a/Storage/Disk/Encodings/AppleGCR/Encoder.hpp +++ b/Storage/Disk/Encodings/AppleGCR/Encoder.hpp @@ -80,6 +80,8 @@ Storage::Disk::PCMSegment six_and_two_sync(int length); /*! Produces the data section of a five-and-three format sector; the segment returned will be 3,336 bits long, encoding the first 256 bytes from @c source. + + (TODO). */ Storage::Disk::PCMSegment five_and_three_data(const uint8_t *source);