mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-20 14:29:11 +00:00
Ensures a 1540 is requested if any disks are present.
This commit is contained in:
parent
b20cbcd5fe
commit
44513d6912
@ -149,6 +149,9 @@ void Analyser::Static::Commodore::AddTargets(const Media &media, std::vector<std
|
|||||||
target->region = Analyser::Static::Commodore::Target::Region::American;
|
target->region = Analyser::Static::Commodore::Target::Region::American;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Attach a 1540 if there are any disks here.
|
||||||
|
target->has_c1540 = !target->media.disks.empty();
|
||||||
|
|
||||||
destination.push_back(std::move(target));
|
destination.push_back(std::move(target));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user