mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-19 01:16:58 +00:00
Repair Colors
This commit is contained in:
parent
e3b18199ac
commit
e2e9260aac
Binary file not shown.
@ -95,7 +95,7 @@ end
|
||||
|
||||
|
||||
// IC21: Pixel and sync gate
|
||||
assign {RED, GREEN, BLUE} = !nH_SYNC ? 3'b000 : PIXEL ? PAL_LATCH[2:0] : PAL_LATCH[5:3]; // 3'd7 : 3'd0;
|
||||
assign {BLUE, GREEN, RED} = !nH_SYNC ? 3'b000 : PIXEL ? PAL_LATCH[2:0] : PAL_LATCH[5:3]; // 3'd7 : 3'd0;
|
||||
assign vSYNC = V_SYNC;// ? 1'b0 : nH_SYNC;
|
||||
assign hSYNC = !nH_SYNC;
|
||||
// IC22: Pixel line serializer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user