diff --git a/applecorn.po b/applecorn.po index 61912b5..2326b78 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/auxmem.misc.s b/auxmem.misc.s index a162595..c1ddff1 100644 --- a/auxmem.misc.s +++ b/auxmem.misc.s @@ -398,10 +398,12 @@ IRQBRKHDLR PHA AND #$10 BEQ :IRQ ; IRQ SEC - LDA $0101,X + INX + LDA $0100,X SBC #$01 STA FAULT - LDA $0102,X + INX + LDA $0100,X SBC #$00 STA FAULT+1 PLA