M-.-n
Member
I am parsing the IRQ install code from Mr. Mirko's sound routine. Everything seems pretty ok except for the following code:
What is the first parameter ? I was expecting to find 4 or so (since it is the number of the interrupt that is installed) but why 14 ?
Thanks !
Marc
Code:
gp_installSWIIRQ(14,(void *)TIMERIRQ);
What is the first parameter ? I was expecting to find 4 or so (since it is the number of the interrupt that is installed) but why 14 ?
Thanks !
Marc