1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-05-15 11:24:33 +00:00

C64: [VIC2] Use din for nextChar when BA activated

Fix vertical line glitch in Tsunami, Krestage 3
This commit is contained in:
Gyorgy Szombathelyi
2020-03-30 20:59:53 +02:00
parent 02ef4965d7
commit d511600ad5

View File

@@ -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