mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 00:30:31 +00:00
Added an earlier exit.
This commit is contained in:
parent
8c7f724ce4
commit
1c9dffe41f
@ -159,6 +159,7 @@ static void DeterminePagingForCartridge(StaticAnalyser::Target &target, const St
|
|||||||
{
|
{
|
||||||
if(address < 128) has_superchip = false;
|
if(address < 128) has_superchip = false;
|
||||||
is_ram_plus = false;
|
is_ram_plus = false;
|
||||||
|
if(!has_superchip && !is_ram_plus) break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
target.atari.uses_superchip = has_superchip;
|
target.atari.uses_superchip = has_superchip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user