From 6289530b0e4b88fdcffce395f517cea0f244f8aa Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Wed, 27 May 2020 11:05:03 +0200 Subject: [PATCH] BBC: change sync to negative, AND'ing csync instead of XOR'ing --- cores/bbc/fpga/mist/bbc_mist_top.sv | 6 +++--- mist-modules | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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