From 3c84a090a91b24be326f3cb15d92ab92e63bad5a Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 14 May 2023 20:33:33 +0300 Subject: [PATCH] Set maxhpos and clear estimated bitplane sequence when programmed mode parameters change. --- custom.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.47.3