From: Toni Wilen Date: Sat, 9 Dec 2023 19:30:06 +0000 (+0200) Subject: Fix ECS Denise borderlank X-Git-Tag: 5.1.0~20 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c5eda0202c99b9e7720a827d73113108840fdc4c;p=francis%2Fwinuae.git Fix ECS Denise borderlank --- 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; }