mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +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
|
||||
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())
|
||||
destination.push_back(target);
|
||||
|
Loading…
Reference in New Issue
Block a user