From 60d4cf0bc8e173ee703e6898d1b54e739afe02ff Mon Sep 17 00:00:00 2001 From: astoria-d Date: Wed, 18 Sep 2013 18:25:25 +0900 Subject: [PATCH] scroll attribute bug fix --- simulation/ppu/render.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/ppu/render.vhd b/simulation/ppu/render.vhd index 7e50900..e48fd37 100644 --- a/simulation/ppu/render.vhd +++ b/simulation/ppu/render.vhd @@ -769,7 +769,7 @@ end; ("00" & prf_y(7 downto 5) & prf_x(7 downto 5)); vram_addr(asize - 1 downto dsize) <= "10" & ppu_ctrl(PPUBNA downto 0) & "11" - + ("000" & prf_x(dsize)); + + ("000" & prf_x(dsize) & "00"); end if; if (prf_x (4 downto 0) = "00100") then attr_we_n <= '0'; -- 2.11.0