OSDN Git Service

oam data read was ok???
authorastoria-d <astoria-d@mail.goo.ne.jp>
Sat, 5 Oct 2013 01:02:49 +0000 (10:02 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Sat, 5 Oct 2013 01:02:49 +0000 (10:02 +0900)
previsous changed didn't need. restored.

de1_nes/ppu/ppu.vhd

index 8ea695f..ffacacc 100644 (file)
@@ -447,8 +447,7 @@ begin
                     if (r_nw = '0') then
                         oam_plt_data <= cpu_d;
                     else
-                        --error!!!!
-                        --oam_plt_data <= (others => 'Z');
+                        oam_plt_data <= (others => 'Z');
                         cpu_d <= oam_plt_data;
                     end if;
                     rd_n <= '1';