From 2a02e55819dd7c3cc95a945e7b4e49aacfb9ca69 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 10 Jul 2025 19:55:43 +0300 Subject: [PATCH] Agnus side CLXCON values were not updated. Needed for statefiles. --- custom.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom.cpp b/custom.cpp index 79948376..1baffde2 100644 --- a/custom.cpp +++ b/custom.cpp @@ -7498,6 +7498,9 @@ static int custom_wput_agnus(int addr, uae_u32 value, int noget) case 0x5E: BLTSIZH(hpos, value); break; case 0x1E4: DIWHIGH(value); break; + case 0x098: CLXCON(value); break; + case 0x10e: CLXCON2(value); break; + case 0x1DC: BEAMCON0(value); break; case 0x1C0: if (htotal != value) { -- 2.47.3