mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-02-04 23:24:39 +00:00
BBC: change sync to negative, AND'ing csync instead of XOR'ing
This commit is contained in:
@@ -420,7 +420,7 @@ audio AUDIO (
|
||||
.audio_r ( AUDIO_R )
|
||||
);
|
||||
|
||||
mist_video #(.COLOR_DEPTH(1), .SD_HCNT_WIDTH(10)) mist_video (
|
||||
mist_video #(.COLOR_DEPTH(1), .SD_HCNT_WIDTH(10), .SYNC_AND(1)) mist_video (
|
||||
.clk_sys ( clk_32m ),
|
||||
|
||||
// OSD SPI interface
|
||||
@@ -450,8 +450,8 @@ mist_video #(.COLOR_DEPTH(1), .SD_HCNT_WIDTH(10)) mist_video (
|
||||
.G ( core_g ),
|
||||
.B ( core_b ),
|
||||
|
||||
.HSync ( core_hs ),
|
||||
.VSync ( core_vs ),
|
||||
.HSync ( ~core_hs ),
|
||||
.VSync ( ~core_vs ),
|
||||
|
||||
// MiST video output signals
|
||||
.VGA_R ( VGA_R ),
|
||||
|
||||
Submodule mist-modules updated: 2d9548cf35...c608600c55
Reference in New Issue
Block a user