From 3f4ea40cfbf5964697e2f480913fe17c670db2ec Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 31 Oct 2020 13:08:15 +0200 Subject: [PATCH] Equals test also needed (Zool 2 AGA) --- custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.cpp b/custom.cpp index 3006de83..c1dd65c5 100644 --- a/custom.cpp +++ b/custom.cpp @@ -3529,7 +3529,7 @@ static void decide_line (int hpos) if (ecs) { test = (plf_state == plf_active && (hpos >= HARD_DDF_START_REAL + DDF_OFFSET || HARD_DDF_LIMITS_DISABLED)); if (bpl_dma_off_when_active) { - if (plfstop < hstart) { + if (plfstop <= hstart) { test = false; } } -- 2.47.3