From f2fa2a57064f6276bafa447fe580bc5f73907637 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Mon, 8 Jun 2020 20:56:19 +0300 Subject: [PATCH] Enable cycle-accurate Paula DMA request emulation if more compatible. --- custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.cpp b/custom.cpp index 569573db..74a97bf7 100644 --- a/custom.cpp +++ b/custom.cpp @@ -8601,7 +8601,7 @@ static void events_dmal (int hp) { if (!dmal) return; - if (currprefs.cpu_memory_cycle_exact) { + if (currprefs.cpu_compatible) { while (dmal) { if (dmal & 3) break; -- 2.47.3