mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add the ability for decoders to specify their own clocks --- necessary for the
Victor 9k. We now have _much_ better decoding for this platform.
This commit is contained in:
@@ -146,7 +146,7 @@ void readDiskCommand(AbstractDecoder& decoder, const std::string& outputFilename
|
||||
{
|
||||
std::unique_ptr<Fluxmap> fluxmap = track->read();
|
||||
|
||||
nanoseconds_t clockPeriod = decoder.guessClock(*fluxmap);
|
||||
nanoseconds_t clockPeriod = decoder.guessClock(*fluxmap, track->track);
|
||||
if (clockPeriod == 0)
|
||||
{
|
||||
std::cout << " no clock detected; giving up" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user