projects
/
fpga-games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491f582
)
colour fix
author
Michael Gernoth
<michael@gernoth.net>
Thu, 1 May 2008 12:27:50 +0000
(14:27 +0200)
committer
Michael Gernoth
<michael@gernoth.net>
Thu, 1 May 2008 12:27:50 +0000
(14:27 +0200)
galaxian/src/mc_top.v
patch
|
blob
|
blame
|
history
diff --git
a/galaxian/src/mc_top.v
b/galaxian/src/mc_top.v
index f6bbac443d647678a77bb724ea037150d3c557c2..360a2f4cfdba194dd7923a58a715813693254026 100644
(file)
--- a/
galaxian/src/mc_top.v
+++ b/
galaxian/src/mc_top.v
@@
-660,11
+660,11
@@
assign O_VGA_V_SYNCn = ~W_V_SYNC ;
\r
`endif
\r
\r
-assign O_VGA_R[3:
1] = {W_VGA_R[0], W_VGA_R[1], W_VGA_R[2]
};
\r
+assign O_VGA_R[3:
0] = {W_VGA_R[0], W_VGA_R[1], W_VGA_R[2], 1'b0
};
\r
\r
-assign O_VGA_G[3:
1] = {W_VGA_G[0], W_VGA_G[1], W_VGA_G[2]
};
\r
+assign O_VGA_G[3:
0] = {W_VGA_G[0], W_VGA_G[1], W_VGA_G[2], 1'b0
};
\r
\r
-assign O_VGA_B[3:
2] = {W_VGA_G[0], W_VGA_G[1]
};
\r
+assign O_VGA_B[3:
0] = {W_VGA_B[0], W_VGA_B[1], 2'b0
};
\r
\r
wire [7:0]W_SDAT_A;
\r
\r
Impressum
,
Datenschutz