From 094a34abed713f05806676401f43aca01cee597b Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 27 Jan 2024 15:22:01 +0200 Subject: [PATCH] BLTCON0L writes are always safe. --- custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3