From: Toni Wilen Date: Thu, 1 Jan 2026 17:50:01 +0000 (+0200) Subject: Reset also drawing state when switching to native chipset mode X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4d112db2c7c5255e95b3f51e1cd8b5fce22698a4;p=francis%2Fwinuae.git Reset also drawing state when switching to native chipset mode --- diff --git a/custom.cpp b/custom.cpp index 3700cbd4..bedca431 100644 --- a/custom.cpp +++ b/custom.cpp @@ -11472,6 +11472,7 @@ static void custom_trigger_start(void) custom_fastmode = 0; start_sync_imm_handler(); write_log("Chipset emulation inactive\n"); + resetfulllinestate(); } linear_hpos_prev[2] = linear_hpos_prev[1]; linear_hpos_prev[1] = linear_hpos_prev[0];