X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=ROM2%2Fvectors.s;h=14612df269028159ed9273d2d32d0f93a1fb3a8a;hb=69e91c633f123ca0d250147929decb0c678eb2e9;hp=f8f586da78f2944070c48085c6f50e006010824c;hpb=8436ed0d04bf12d2478bffbe3ea45531fa954686;p=uccvend-snackrom.git diff --git a/ROM2/vectors.s b/ROM2/vectors.s index f8f586d..14612df 100644 --- a/ROM2/vectors.s +++ b/ROM2/vectors.s @@ -43,6 +43,8 @@ def: .sect .text rti: jsr chime + ldaa #0x40 + staa 0x1025 rti ;; @@ -86,6 +88,7 @@ vectors: .word def ; ffee ;; Misc + ;.word def ; fff0 (RTII) ; uncomment to disable the RTI & comment below .word rti ; fff0 (RTII) .word uart_interrupt ; fff2 (IRQ) .word def ; fff4 (XIRQ)