small optimization
This commit is contained in:
parent
8c01557fe1
commit
ef1e96aff0
1 changed files with 2 additions and 4 deletions
|
@ -23,8 +23,7 @@ initirq:
|
|||
lda #7
|
||||
ldy #<IRQStub
|
||||
ldx #>IRQStub
|
||||
jsr SETVBV
|
||||
rts
|
||||
jmp SETVBV
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
||||
|
@ -34,8 +33,7 @@ doneirq:
|
|||
lda #7
|
||||
ldy IRQInd+1
|
||||
ldx IRQInd+2
|
||||
jsr SETVBV
|
||||
rts
|
||||
jmp SETVBV
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue