From 8f8b103224b498f51949598339175ff93953d52e Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 27 Feb 2017 08:42:43 -0500 Subject: [PATCH] Slightly tidier. Also in the interim: confirmed no remaining false positives or negatives from the existing published set. --- StaticAnalyser/Atari/StaticAnalyser.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/StaticAnalyser/Atari/StaticAnalyser.cpp b/StaticAnalyser/Atari/StaticAnalyser.cpp index a9fd4787d..d156e43b8 100644 --- a/StaticAnalyser/Atari/StaticAnalyser.cpp +++ b/StaticAnalyser/Atari/StaticAnalyser.cpp @@ -87,10 +87,7 @@ static void DeterminePagingFor2kCartridge(StaticAnalyser::Target &target, const // itself so as to land in ROM even if mapped as a CommaVid and this code is on the fence as to whether it // attempts to modify itself but it probably doesn't if(has_appropriate_accesses || has_wide_area_store) - { target.atari.paging_model = StaticAnalyser::Atari2600PagingModel::CommaVid; - return; - } } static void DeterminePagingForCartridge(StaticAnalyser::Target &target, const Storage::Cartridge::Cartridge::Segment &segment)