From 7c81ec681ecbeb4f01da9725f3490f660e996267 Mon Sep 17 00:00:00 2001 From: astoria-d Date: Mon, 19 Aug 2013 11:11:27 +0900 Subject: [PATCH] pla flag not set bug fix. --- simulation/cpu/decoder.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/simulation/cpu/decoder.vhd b/simulation/cpu/decoder.vhd index e8a7b57..558610b 100644 --- a/simulation/cpu/decoder.vhd +++ b/simulation/cpu/decoder.vhd @@ -2238,6 +2238,7 @@ end procedure; a52_pull; if exec_cycle = T3 then front_we(acc_cmd, '0'); + set_nz_from_bus; end if; -- 2.11.0