diff options
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/avrdx-port.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/avrdx-port.ts b/src/peripherals/avrdx-port.ts index 74ab8ae..6c0f1a2 100644 --- a/src/peripherals/avrdx-port.ts +++ b/src/peripherals/avrdx-port.ts @@ -247,7 +247,7 @@ export class AVRDxPort { if (intFlags) { this.cpu.data[this.vbase + VPORT_INTFLAGS] |= intFlags; this.cpu.data[this.base + INTFLAGS] |= intFlags; - this.cpu.setInterruptFlag(this.irq); + this.cpu.queueInterrupt(this.irq); } } } |
