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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user