pcsx2/unfree/fps2bios/kernel/iopload/iopboot/iopirq.c
Gregory Hainaut 30866833ef mv fps2bios to unfree
Code are likely free but don't have any copyright header :(
2015-11-07 15:42:47 +01:00

17 lines
267 B
C

// Boiler plate exception handlers used at boot time.
// EXCEPMAN replaces these with something more useful.
__asm__(".org 0x0000");
__asm__(".set noreorder");
void CpuException0() {
}
__asm__(".org 0x0080");
__asm__(".set noreorder");
void CpuException() {
}