small optimization

This commit is contained in:
Christian Groessler
2014-05-27 01:49:35 +02:00
parent 8c01557fe1
commit ef1e96aff0

View File

@@ -23,8 +23,7 @@ initirq:
lda #7 lda #7
ldy #<IRQStub ldy #<IRQStub
ldx #>IRQStub ldx #>IRQStub
jsr SETVBV jmp SETVBV
rts
; ------------------------------------------------------------------------ ; ------------------------------------------------------------------------
@@ -34,8 +33,7 @@ doneirq:
lda #7 lda #7
ldy IRQInd+1 ldy IRQInd+1
ldx IRQInd+2 ldx IRQInd+2
jsr SETVBV jmp SETVBV
rts
; ------------------------------------------------------------------------ ; ------------------------------------------------------------------------