From c5eda0202c99b9e7720a827d73113108840fdc4c Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 9 Dec 2023 21:30:06 +0200 Subject: [PATCH] Fix ECS Denise borderlank --- custom.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom.cpp b/custom.cpp index 702bdd60..7aa57984 100644 --- a/custom.cpp +++ b/custom.cpp @@ -6186,9 +6186,9 @@ static uae_u16 BPLCON0_Denise_mask(uae_u16 v) static uae_u16 BPLCON0_Agnus_mask(uae_u16 v) { if (!ecs_agnus) { - v &= 0xff0e; + v &= 0xff0f; } else if (!aga_mode) { - v &= 0xffce; + v &= 0xffcf; } return v; } -- 2.47.3