Reference:

vAmiga 馃檲:

Fore reference (start of Copper list):

Culprit is function Copper::nextTriggerPosition(). The function is super fast, but plainly wrong 馃ゴ. Need to think about a smart solution that is both correct and speedy ...

With the current architecture of vAmiga, this is the expected result. vAmiga draws the border at the end of each rasterline with the current background color. Hence, the left border always has the same color as the right border.

Seems to be alright now.
Looks very neat 馃
Most helpful comment
Culprit is function Copper::nextTriggerPosition(). The function is super fast, but plainly wrong 馃ゴ. Need to think about a smart solution that is both correct and speedy ...