#include <nitro/card.h>
void CARD_TerminateForPulledOut( void );
This function stops the ARM7 processor and the program. This function is called after a card removal is detected. However, if the cover is closed when this function is called, it turns off power to the device.
Use the callback that is set by CARD_SetPulledOutCallback and CARD_IsPulledOut to detect a game card removal.
In the ARM7 processor, stop notification is sent by means of a PXI signal. Do not call this function when PXI interrupts are prohibited.
None.
None.
CARD_SetPulledOutCallback,
CARD_IsPulledOut
11/10/2004 Added that it turns the power off if the cover is closed.
09/16/2004 Initial version.