mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Allow imgimagewriter to write mixed-format disks; add an eco1 disk format for the VDS Eco1.
This commit is contained in:
@@ -64,7 +64,8 @@ static void replace_sector(std::unique_ptr<Sector>& replacing, Sector& replaceme
|
||||
|
||||
void readDiskCommand(FluxSource& fluxsource, AbstractDecoder& decoder, ImageWriter& writer)
|
||||
{
|
||||
outputFluxSink = FluxSink::create(config.decoder().copy_flux_to());
|
||||
if (config.decoder().has_copy_flux_to())
|
||||
outputFluxSink = FluxSink::create(config.decoder().copy_flux_to());
|
||||
|
||||
bool failures = false;
|
||||
SectorSet allSectors;
|
||||
|
||||
Reference in New Issue
Block a user