mirror of https://github.com/zxdos/zxuno.git
Restored ink
This commit is contained in:
parent
a1fd544a07
commit
fb24955ce5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue