]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Delay BPLCON0 ERSY=1 without genlock about half a frame
authorToni Wilen <twilen@winuae.net>
Mon, 6 Jan 2025 14:37:42 +0000 (16:37 +0200)
committerToni Wilen <twilen@winuae.net>
Mon, 6 Jan 2025 14:37:42 +0000 (16:37 +0200)
custom.cpp

index d72b090966ca0f484c8b73e75e5ae6a0c1de1713..d4f16762c61cfea4bca25f783e57fa57bfd11b36 100644 (file)
@@ -4224,7 +4224,7 @@ static void compute_spcflag_copper(void)
                        }
                }
        }
-       if (issyncstopped_count <= 2) {
+       if (issyncstopped_count <= 160) {
                copper_enabled_thisline = 1;
        }
 }