X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=ROM2%2Fvectors.s;h=14612df269028159ed9273d2d32d0f93a1fb3a8a;hb=b14807a016c121bc79efd5702ffba33c1dbd9be2;hp=f4201289f62808894d134f8daa66846bd63fbbad;hpb=293827a53b325c2faffddcba380b6f0c19da802a;p=uccvend-snackrom.git diff --git a/ROM2/vectors.s b/ROM2/vectors.s index f420128..14612df 100644 --- a/ROM2/vectors.s +++ b/ROM2/vectors.s @@ -35,14 +35,16 @@ Boston, MA 02111-1307, USA. */ def: rti - .globl _debug_user_vectors -_debug_user_vectors = 0 +;; .globl _debug_user_vectors +;;_debug_user_vectors = 0 ;; RTI interrupt handler .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)