aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vidproc.vhd6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidproc.vhd b/vidproc.vhd
index 0825081..799e159 100644
--- a/vidproc.vhd
+++ b/vidproc.vhd
@@ -226,9 +226,9 @@ begin
G <= (green_val and delayed_disen) xor cursor_invert;
B <= (blue_val and delayed_disen) xor cursor_invert;
else
- R <= R_IN;
- G <= G_IN;
- B <= B_IN;
+ R <= R_IN xor cursor_invert;
+ G <= G_IN xor cursor_invert;
+ B <= B_IN xor cursor_invert;
end if;
-- Display enable signal delayed by one clock