From: Toni Wilen Date: Sat, 31 Oct 2020 11:08:15 +0000 (+0200) Subject: Equals test also needed (Zool 2 AGA) X-Git-Tag: 4900~270 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=3f4ea40cfbf5964697e2f480913fe17c670db2ec;p=francis%2Fwinuae.git Equals test also needed (Zool 2 AGA) --- 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; } }