Skip to content

Commit

Permalink
[GH#539] MPFS_GPIO: Correctly de-assert level-triggered interrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarWit committed Nov 24, 2023
1 parent f3de75a commit ff32eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Emulator/Peripherals/Peripherals/GPIOPort/MPFS_GPIO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public MPFS_GPIO(IMachine machine) : base(machine, 32)
locker = new object();
IRQ = new GPIO();
irqManager = new GPIOInterruptManager(IRQ, State);
irqManager.DeassertActiveInterruptTrigger = true;

var registersMap = new Dictionary<long, DoubleWordRegister>
{
Expand Down

0 comments on commit ff32eab

Please sign in to comment.