]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Enable cycle-accurate Paula DMA request emulation if more compatible.
authorToni Wilen <twilen@winuae.net>
Mon, 8 Jun 2020 17:56:19 +0000 (20:56 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 8 Jun 2020 17:56:19 +0000 (20:56 +0300)
custom.cpp

index 569573dbba85134eef32f60a577e7815e58e361e..74a97bf77c726e9876de0f2c5c898e04debaf1c5 100644 (file)
@@ -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;