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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user