From: Toni Wilen Date: Sun, 14 May 2023 17:33:33 +0000 (+0300) Subject: Set maxhpos and clear estimated bitplane sequence when programmed mode parameters... X-Git-Tag: 5.0.0~40 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=3c84a090a91b24be326f3cb15d92ab92e63bad5a;p=francis%2Fwinuae.git Set maxhpos and clear estimated bitplane sequence when programmed mode parameters change. --- diff --git a/custom.cpp b/custom.cpp index fb5a389c..6b5ae6ab 100644 --- a/custom.cpp +++ b/custom.cpp @@ -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);