Skip to content

Commit

Permalink
pic: unmask all on icw1
Browse files Browse the repository at this point in the history
  • Loading branch information
52871299hzy authored and copy committed Apr 25, 2024
1 parent 9a9d6f3 commit c69cbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/cpu/pic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl Pic {
dbg_log!("icw1 = {:x}", v);
self.isr = 0;
self.irr = 0;
self.irq_mask = 0;
self.irq_mask = 0xff;
self.irq_value = 0;
self.auto_eoi = true;

Expand Down

0 comments on commit c69cbd7

Please sign in to comment.