]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Set maxhpos and clear estimated bitplane sequence when programmed mode parameters...
authorToni Wilen <twilen@winuae.net>
Sun, 14 May 2023 17:33:33 +0000 (20:33 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 14 May 2023 17:33:33 +0000 (20:33 +0300)
custom.cpp

index fb5a389c6ef1f1ee1359a1142c0f61ad6a806cf4..6b5ae6ab924c47f80373620d47b18960d4c5c3f5 100644 (file)
@@ -7389,7 +7389,9 @@ static void init_hz(bool checkvposw)
 
        compute_framesync();
        devices_syncchange();
+       set_maxhpos(maxhpos);
        display_reset = 2;
+       estimated_fm = 0xffff;
 
 #ifdef PICASSO96
        init_hz_p96(0);