From ec3ed1574dac08b1c07a8126f6090adce0e7efb8 Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Sat, 13 Aug 2022 21:26:36 +0200 Subject: Rewrite libpsxetc in C, add ResetCallback() --- libpsn00b/psxetc/getinterruptcallback.s | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 libpsn00b/psxetc/getinterruptcallback.s (limited to 'libpsn00b/psxetc/getinterruptcallback.s') diff --git a/libpsn00b/psxetc/getinterruptcallback.s b/libpsn00b/psxetc/getinterruptcallback.s deleted file mode 100644 index 510447f..0000000 --- a/libpsn00b/psxetc/getinterruptcallback.s +++ /dev/null @@ -1,19 +0,0 @@ -.set noreorder - -.section .text - -.global GetInterruptCallback -.type GetInterruptCallback, @function -GetInterruptCallback: - - # a0 - Interrupt number - - la $a1, _irq_func_table - sll $a0, 2 - addu $a1, $a0 - lw $v0, 0($a1) - nop - jr $ra - nop - - \ No newline at end of file -- cgit v1.2.3