mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Merge branch 'master' into InAmiga
This commit is contained in:
commit
f343635cab
@ -401,7 +401,9 @@ void IPF::add_unencoded_data(std::vector<Storage::Disk::PCMSegment> &track, Time
|
||||
segment.length_of_a_bit = bit_length;
|
||||
|
||||
// Length appears to be in pre-encoded bits; double that to get encoded bits.
|
||||
#ifndef NDEBUG
|
||||
const auto byte_length = (num_bits + 7) >> 3;
|
||||
#endif
|
||||
segment.data.reserve(num_bits * 16);
|
||||
|
||||
auto encoder = Storage::Encodings::MFM::GetMFMEncoder(segment.data);
|
||||
|
Loading…
Reference in New Issue
Block a user