OSDN Git Service

ppu status read defect fix
authorastoria-d <astoria-d@mail.goo.ne.jp>
Mon, 9 Sep 2013 07:44:58 +0000 (16:44 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Mon, 9 Sep 2013 07:44:58 +0000 (16:44 +0900)
simulation/ppu/ppu.vhd

index 3f7a00f..4fe34b2 100644 (file)
@@ -440,8 +440,8 @@ begin
             else
                 plt_bus_ce_n <= '1';
                 ppu_data_we_n <= '1';
-                rd_n <= '1';
-                wr_n <= '1';
+                rd_n <= 'Z';
+                wr_n <= 'Z';
             end if; --if (cpu_addr = PPUDATA and ppu_clk_cnt = "00") then
 
             --sustain cpu output data when reading.