mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-03-10 04:24:25 +00:00
Demolition Derby: negate sp_col for correct sprite colors
Is this the correct way?
This commit is contained in:
@@ -701,7 +701,7 @@ begin
|
||||
end case;
|
||||
end if;
|
||||
|
||||
sp_palette_addr <= sp_col(1 downto 0) & sp_vid;
|
||||
sp_palette_addr <= not sp_col(1 downto 0) & sp_vid;
|
||||
|
||||
end if;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user