diff --git a/cores/bbc/fpga/mist/bbc_mist_top.sv b/cores/bbc/fpga/mist/bbc_mist_top.sv index 679ef82..6aadbfc 100644 --- a/cores/bbc/fpga/mist/bbc_mist_top.sv +++ b/cores/bbc/fpga/mist/bbc_mist_top.sv @@ -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 ), diff --git a/mist-modules b/mist-modules index 2d9548c..c608600 160000 --- a/mist-modules +++ b/mist-modules @@ -1 +1 @@ -Subproject commit 2d9548cf35b086daaa155d33b70ffe4dc40d0616 +Subproject commit c608600c559927e2d2c82ea203737cb70115189d