From: Toni Wilen Date: Mon, 6 Jan 2025 14:37:42 +0000 (+0200) Subject: Delay BPLCON0 ERSY=1 without genlock about half a frame X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=0dc4e89541a6af4bdbb950b97e09f2b514fe5bad;p=francis%2Fwinuae.git Delay BPLCON0 ERSY=1 without genlock about half a frame --- diff --git a/custom.cpp b/custom.cpp index d72b0909..d4f16762 100644 --- a/custom.cpp +++ b/custom.cpp @@ -4224,7 +4224,7 @@ static void compute_spcflag_copper(void) } } } - if (issyncstopped_count <= 2) { + if (issyncstopped_count <= 160) { copper_enabled_thisline = 1; } }