Restored ink

This commit is contained in:
byrtolet 2018-08-08 16:22:29 +03:00
parent a1fd544a07
commit fb24955ce5
1 changed files with 2 additions and 2 deletions

View File

@ -426,9 +426,9 @@ begin
lREG_PAPER <= (others=>'0');
lREG_MODE <= (others=>'0');
elsif (lRELOAD_SEL = '1') then
lREG_INK <= (others=>'0');
lREG_INK <= (others=>'1');
lREG_STYLE <= (others=>'0');
lREG_PAPER <= (others=>'1');
lREG_PAPER <= (others=>'0');
end if;
elsif rising_edge(CLK_24) then
if (RELD_REG = '1' and isAttrib = '1') then