- use correct char rom

- background is black per default

git-svn-id: http://moon:8086/svn/vhdl/trunk@1592 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-29 20:53:09 +00:00
parent d34a85dbd0
commit 5ffd02c06e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -290,9 +290,9 @@ cpu_reg_write:
cg_ascii_we <= '0';
cg_clr_line <= '0';
cg_clr_screen <= '0';
cpu_red <= X"80";
cpu_green <= X"80";
cpu_blue <= X"80";
cpu_red <= X"00";
cpu_green <= X"00";
cpu_blue <= X"00";
else
cg_posy_we <= '0';
cg_posx_we <= '0';