mirror of
https://github.com/dolphin-emu/dolphin
synced 2024-11-04 20:43:44 -05:00
5f7c852d22
This is so that interrupt handlers can be manually specified in tests that need them.
13 lines
200 B
PHP
13 lines
200 B
PHP
; Interrupt vectors 8 vectors, 2 opcodes each
|
|
jmp irq0
|
|
jmp irq1
|
|
jmp irq2
|
|
jmp irq3
|
|
jmp irq4
|
|
jmp irq5
|
|
jmp irq6
|
|
jmp irq7
|
|
|
|
; The rest is in dsp_base_noirq.inc
|
|
include "dsp_base_noirq.inc"
|