diff --git a/cores/Oric/source/ula.vhd b/cores/Oric/source/ula.vhd index bd3ccb4..a9e9ead 100644 --- a/cores/Oric/source/ula.vhd +++ b/cores/Oric/source/ula.vhd @@ -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