1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Adds an admission of incompleteness.

I really need to figure out the 5-and-3 encoding.
This commit is contained in:
Thomas Harte 2019-07-26 23:23:40 -04:00
parent d08d8ed22c
commit 786b26d23e

View File

@ -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);