From 63b568dbaa30def188b552436e24adaee3402777 Mon Sep 17 00:00:00 2001 From: astoria-d Date: Fri, 6 Sep 2013 19:07:08 +0900 Subject: [PATCH] - apu reg write bug fixed --- simulation/apu/apu.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/simulation/apu/apu.vhd b/simulation/apu/apu.vhd index adfe517..d2cf6c7 100644 --- a/simulation/apu/apu.vhd +++ b/simulation/apu/apu.vhd @@ -112,6 +112,7 @@ begin if (rst_n = '1' and ce_n = '0') then if (r_nw = '0') then --apu write + cpu_d <= (others => 'Z'); if (cpu_addr(4 downto 0) = OAM_DMA) then dma_start_n <= '0'; else -- 2.11.0