From 6851298a5e96b94dd14a58d7286ed310ab68b31e Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Tue, 5 Feb 2019 13:25:18 +0100 Subject: [PATCH] [C64] T65: don't reset NMI_Entered outside of RDY --- cores/c64/rtl/t65/T65.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/c64/rtl/t65/T65.vhd b/cores/c64/rtl/t65/T65.vhd index 6aa472a..90bf886 100755 --- a/cores/c64/rtl/t65/T65.vhd +++ b/cores/c64/rtl/t65/T65.vhd @@ -511,8 +511,8 @@ begin DL <= (others => '0'); elsif Clk'event and Clk = '1' then if (Enable = '1') then - NMI_entered <= '0'; if (really_rdy = '1') then + NMI_entered <= '0'; BusA_r <= BusA; BusB <= DI;