Interrupt (IRQ) list
Posted: Mon Sep 20, 2004 2:09 am
He(he)llo !
Just looking for documentation this time :D
Where can I find the IRQ number list ???
I'd like tyo use the syscall 0x10 (#16)
I understood that Interrupt_Signal could be :
0x1 = HBL (true ?)
0x2 = VBL start
0x3 = VBL end
So those are only GS signals (yep ? more ?)
Where all those interrupts signals are documented ?
Just looking for documentation this time :D
Where can I find the IRQ number list ???
I'd like tyo use the syscall 0x10 (#16)
Code: Select all
AddIntcHandler(
a0=Interrupt_Signal,
a1=Interrupt_Handler,
a2=? (0 seems to be used...)
);
0x1 = HBL (true ?)
0x2 = VBL start
0x3 = VBL end
So those are only GS signals (yep ? more ?)
Where all those interrupts signals are documented ?