1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-06 16:14:42 +00:00

[C64] T65: don't reset NMI_Entered outside of RDY

This commit is contained in:
Gyorgy Szombathelyi
2019-02-05 13:25:18 +01:00
parent 658bedeed0
commit 6851298a5e

View File

@@ -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;