• R/O
  • HTTP
  • SSH
  • HTTPS

motonesfpga: Commit

Moto NES FPGA main repository


Commit MetaInfo

Revision60d4cf0bc8e173ee703e6898d1b54e739afe02ff (tree)
Time2013-09-18 18:25:25
Authorastoria-d <astoria-d@mail...>
Commiterastoria-d

Log Message

scroll attribute bug fix

Change Summary

Incremental Difference

--- a/simulation/ppu/render.vhd
+++ b/simulation/ppu/render.vhd
@@ -769,7 +769,7 @@ end;
769769 ("00" & prf_y(7 downto 5) & prf_x(7 downto 5));
770770 vram_addr(asize - 1 downto dsize) <= "10" &
771771 ppu_ctrl(PPUBNA downto 0) & "11"
772- + ("000" & prf_x(dsize));
772+ + ("000" & prf_x(dsize) & "00");
773773 end if;
774774 if (prf_x (4 downto 0) = "00100") then
775775 attr_we_n <= '0';
Show on old repository browser