]> gitweb.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
BPLCON0 ERSY set: disable syncs immediately also if fastest possible CPU even if...
authorToni Wilen <twilen@winuae.net>
Thu, 9 Jul 2026 06:44:54 +0000 (09:44 +0300)
committerToni Wilen <twilen@winuae.net>
Thu, 9 Jul 2026 06:44:54 +0000 (09:44 +0300)
custom.cpp

index 6cf66f19fa2eeaf23e4d13111949101e0f1d3a4a..fee66a3a10169cae20a98dde05d523a760e9f697 100644 (file)
@@ -2320,7 +2320,7 @@ static void setsyncstopped(void)
 static void checksyncstopped(uae_u16 con0)
 {
        if (issyncstopped(con0)) {
-               if (!currprefs.cpu_memory_cycle_exact) {
+               if (!currprefs.cpu_memory_cycle_exact || currprefs.m68k_speed < 0) {
                        setsyncstopped();
                }
        } else if (syncs_stopped) {