]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Adjust doublescan detection
authorToni Wilen <twilen@winuae.net>
Sat, 4 Apr 2026 11:05:19 +0000 (14:05 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 4 Apr 2026 11:05:19 +0000 (14:05 +0300)
custom.cpp

index ff233641ddf6f54d25d5c914ff6618614d54c5ee..ea7721d742177ef415149999fc37eae691b6382f 100644 (file)
@@ -2204,7 +2204,7 @@ static void init_beamcon0(void)
                hpixels *= 2;
        }
        int vpixels = vsync_lines - minfirstline;
-       int hpixelsd = hpixels * 80 / 100;
+       int hpixelsd = hpixels * 85 / 100;
        if (hpixelsd < vpixels) {
                doublescan = 1;
                if (programmedmode == 2) {