mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +00:00
Adds an admission of incompleteness.
I really need to figure out the 5-and-3 encoding.
This commit is contained in:
parent
d08d8ed22c
commit
786b26d23e
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user