mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 15:31:09 +00:00
Added assumption that Microdisc => BASIC 1.1.
This commit is contained in:
parent
09f965e6a9
commit
59e2a09107
@ -121,6 +121,7 @@ void StaticAnalyser::Oric::AddTargets(
|
|||||||
|
|
||||||
// TODO: really this should add two targets if not all votes agree
|
// TODO: really this should add two targets if not all votes agree
|
||||||
target.oric.use_atmos_rom = basic11_votes >= basic10_votes;
|
target.oric.use_atmos_rom = basic11_votes >= basic10_votes;
|
||||||
|
if(target.oric.has_microdisc) target.oric.use_atmos_rom = true;
|
||||||
|
|
||||||
if(target.tapes.size() || target.disks.size() || target.cartridges.size())
|
if(target.tapes.size() || target.disks.size() || target.cartridges.size())
|
||||||
destination.push_back(target);
|
destination.push_back(target);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user