Docs » Autodocs » exec.library » RemIntServer
RemIntServer -- remove an interrupt server from a server chain
RemIntServer(intNum, interrupt) D0 A1 void RemIntServer(ULONG,struct Interrupt *);
This function removes an interrupt server node from the given server chain. If this server was the last one on this chain, interrupts for this chain are disabled.
intNum - the Paula interrupt bit (0..14) interrupt - pointer to an interrupt server node
Before V36 Kickstart, the feature that disables the interrupt would not function. For most server chains this does not cause a problem.
AddIntServer(), <hardware/intbits.h>
|