From 04e357869f77febd363e4559391b2c415ba84359 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 2 Nov 2009 19:00:37 +0000 Subject: [PATCH] - bugfix: set Pos X/Y : data was not set. Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@572 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/VGA_ctrl/src/vga_frontend64.vhd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/VGA_ctrl/src/vga_frontend64.vhd b/lib/VGA_ctrl/src/vga_frontend64.vhd index 5276869..020899c 100644 --- a/lib/VGA_ctrl/src/vga_frontend64.vhd +++ b/lib/VGA_ctrl/src/vga_frontend64.vhd @@ -414,8 +414,10 @@ data_valid_register: cg_ascii_data <= SDAT_I(7 downto 0); elsif ADDR_I(3) = '1' then cg_ascii_posy_we <= '1'; + cg_ascii_data <= SDAT_I(7 downto 0); elsif ADDR_I(4) = '1' then cg_ascii_posx_we <= '1'; + cg_ascii_data <= SDAT_I(7 downto 0); elsif ADDR_I(5) = '1' then cg_clr_screen <= '1'; elsif ADDR_I(6) = '1' then