1
0
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:
Gehstock 2018-10-03 00:39:19 +02:00
parent e3b18199ac
commit e2e9260aac
2 changed files with 1 additions and 1 deletions

View File

@ -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