X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=ROM2%2Fvectors.s;fp=ROM2%2Fvectors.s;h=3ffb6a68d1c5d512827ebae52b514a86ec05b9e8;hb=c34cbe163ce52f1d8fc553993701054f4942152f;hp=14612df269028159ed9273d2d32d0f93a1fb3a8a;hpb=2f0efd60475ee16d3c1284f9f9691b7740aa168d;p=uccvend-snackrom.git diff --git a/ROM2/vectors.s b/ROM2/vectors.s index 14612df..3ffb6a6 100644 --- a/ROM2/vectors.s +++ b/ROM2/vectors.s @@ -27,8 +27,9 @@ Boston, MA 02111-1307, USA. */ .sect .text .globl _start - .globl sci_interrupt - .globl uart_interrupt + .globl sci_interrupt_serial + .globl sci_interrupt_coinmech + ;.globl uart_interrupt ;; Default interrupt handler. .sect .text @@ -67,7 +68,7 @@ vectors: .word def ; ffd4 ;; SCI - .word sci_interrupt ; ffd6 + .word sci_interrupt_serial ; ffd6 ;; SPI .word def ; ffd8 @@ -90,7 +91,8 @@ vectors: ;; Misc ;.word def ; fff0 (RTII) ; uncomment to disable the RTI & comment below .word rti ; fff0 (RTII) - .word uart_interrupt ; fff2 (IRQ) + ;.word uart_interrupt ; fff2 (IRQ) + .word def ; fff2 (IRQ) .word def ; fff4 (XIRQ) .word def ; fff6 (SWI) .word def ; fff8 (ILL)