#include <nitro/mi.h>
MIProcessor MI_GetCartridgeProcessor( void )
This function acquires the permission settings to access AGB compatible 32-pin cartridge slot hardware. The return value is in MIProcessor array format and has the following meanings:
MI_PROCESSOR_ARM9 |
Sets access permission to ARM9. |
MI_PROCESSOR_ARM7 |
Sets access permission to ARM7. |
Accesses the EXMEMCNT I/O register (0x4000204).
None.
Settings for access permission to the cartridge.
10/18/2004 Corrected the return value text.
01/14/2004 Function name changed from MI_GetCartridgePriority.
01/14/2004 enum name changed to MIProcessor.
12/18/2003 Initial version.