From: Toni Wilen Date: Sat, 14 Feb 2026 14:02:44 +0000 (+0200) Subject: Merge branch 'master' into development X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=76767e86ede8c6414e74e513092f4888b8c0748d;p=francis%2Fwinuae.git Merge branch 'master' into development --- 76767e86ede8c6414e74e513092f4888b8c0748d diff --cc custom.cpp index 699ecf2c,5476aa59..88b34477 --- a/custom.cpp +++ b/custom.cpp @@@ -10015,15 -10445,9 +10015,12 @@@ static void check_vsyncs_fast(void lof_detect = 0; update_lof_detect(); } - if (vpos == 5 && !lof_store) { - agnus_vsync = false; - } if (vpos == 2 && !lof_store) { agnus_vsync = true; - lof_detect = 0; + if (!beamcon0_has_vsync) { + vsync_mark(); + } + lof_detect = 1; update_lof_detect(); } if (vpos == 5) {