mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Fixed failure to initialise the Microdisc flag if loading a tape.
This commit is contained in:
parent
0300ae4ec0
commit
4d3bdf8c7c
@ -118,6 +118,10 @@ void StaticAnalyser::Oric::AddTargets(
|
||||
target.oric.has_microdisc = true;
|
||||
target.disks = disks;
|
||||
}
|
||||
else
|
||||
{
|
||||
target.oric.has_microdisc = false;
|
||||
}
|
||||
|
||||
// TODO: really this should add two targets if not all votes agree
|
||||
target.oric.use_atmos_rom = basic11_votes >= basic10_votes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user