1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-21 18:37:11 +00:00

Merge branch 'master' into FurtherATDMA

This commit is contained in:
Thomas Harte 2025-03-05 16:03:46 -05:00
commit 53a8f65ecc

View File

@ -1314,7 +1314,7 @@ class ConcreteMachine:
using namespace PCCompatible;
namespace {
static constexpr bool ForceAT = true;
static constexpr bool ForceAT = false;
template <Target::VideoAdaptor video>
std::unique_ptr<Machine> machine(const Target &target, const ROMMachine::ROMFetcher &rom_fetcher) {