1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-04-30 21:59:24 +00:00

NES: add the NMI signal fix from C64

This commit is contained in:
Gyorgy Szombathelyi
2019-11-10 01:06:16 +01:00
parent a5f7eec372
commit 22ae3cb742

View File

@@ -516,8 +516,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;