From: Toni Wilen Date: Sat, 27 Jan 2024 13:22:01 +0000 (+0200) Subject: BLTCON0L writes are always safe. X-Git-Tag: 5200~42 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=094a34abed713f05806676401f43aca01cee597b;p=francis%2Fwinuae.git BLTCON0L writes are always safe. --- diff --git a/custom.cpp b/custom.cpp index 35413289..76f0cd5d 100644 --- a/custom.cpp +++ b/custom.cpp @@ -9561,7 +9561,7 @@ static void BLTCON0L(int hpos, uae_u16 v) if (!ecs_agnus) return; // ei voittoa. maybe_blit(hpos, 2); bltcon0 = (bltcon0 & 0xFF00) | (v & 0xFF); - reset_blit(1); + reset_blit(0); } static void BLTCON1(int hpos, uae_u16 v) { maybe_blit(hpos, 2);