Skip to content

Commit

Permalink
68k: try to fix interrupt mask state on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeykt committed Sep 4, 2023
1 parent 98dbab8 commit 51db4d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 68k.v
Original file line number Diff line number Diff line change
Expand Up @@ -3125,6 +3125,7 @@ module m68kcpu
// w522 <= ~w523;
// else if (c5)
// begin
// w522[0] <= 1'h0;
// w522[15] <= 1'h0;
// w522[16] <= 1'h0;
// end
Expand Down Expand Up @@ -3412,6 +3413,7 @@ module m68kcpu
w522 <= ucode_out_m2;
else if (c5)
begin
w522[0] <= 1'h0;
w522[15] <= 1'h0;
w522[16] <= 1'h0;
end
Expand Down

0 comments on commit 51db4d5

Please sign in to comment.