mirror of
https://github.com/jeremysrand/mocklib.git
synced 2024-11-17 00:08:56 +00:00
Check for an interrupt before attempting to handle it.
This commit is contained in:
parent
4bc5131b2f
commit
1f25311a93
@ -91,8 +91,8 @@ _speechBusy: .byte $00
|
||||
PHA
|
||||
TYA
|
||||
PHA
|
||||
; LDA IFR
|
||||
; BPL @L2
|
||||
LDA IFR
|
||||
BPL @L2
|
||||
LDA #$02 ;CLEAR INTERRUPT FLAG
|
||||
STA IFR
|
||||
LDY #$00 ;INIT REGISTERS
|
||||
|
Loading…
Reference in New Issue
Block a user