From d511600ad5725931684501cbc638d8bfa2b95e37 Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Mon, 30 Mar 2020 20:59:53 +0200 Subject: [PATCH] C64: [VIC2] Use din for nextChar when BA activated Fix vertical line glitch in Tsunami, Krestage 3 --- cores/c64/rtl/video_vicII_656x_a.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/c64/rtl/video_vicII_656x_a.vhd b/cores/c64/rtl/video_vicII_656x_a.vhd index ff6a3c1..3da4c7e 100644 --- a/cores/c64/rtl/video_vicII_656x_a.vhd +++ b/cores/c64/rtl/video_vicII_656x_a.vhd @@ -398,7 +398,7 @@ vicStateMachine: process(clk) if enaData = '1' and shiftChars and phi = '1' then - if badLine then + if baChars = '0' then nextChar(7 downto 0) <= di; nextChar(11 downto 8) <= diColor; else