mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-12 09:25:19 +00:00
Fixed failure to initialise the Microdisc flag if loading a tape.
This commit is contained in:
@@ -118,6 +118,10 @@ void StaticAnalyser::Oric::AddTargets(
|
|||||||
target.oric.has_microdisc = true;
|
target.oric.has_microdisc = true;
|
||||||
target.disks = disks;
|
target.disks = disks;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
target.oric.has_microdisc = false;
|
||||||
|
}
|
||||||
|
|
||||||
// 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;
|
||||||
|
Reference in New Issue
Block a user