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