#include <nitro/mi.h>void MIi_SetCardProcessor( MIProcessor proc )This function sets up the access rights to the nitro card. The argument proc is MIProcessor-enumerated and has the following meaning:
MI_PROCESSOR_ARM9 |
Sets up access rights to ARM9. |
MI_PROCESSOR_ARM7 |
Sets up access rights to ARM7. |
Note: Do not use this function as the usual method of setting up access rights. Keep in mind spinLock in OS_LockCard() and OS_TryLockCard() when carrying out the process.
proc |
Setup for access rights |
None
Accesses the EXMEMCNT I/O register (0x4000204).
03/30/2004 "MI_" -> "MIi_"
01/14/2004 Changed function name from MI_SetCartridgePriority.
12/25/2003 Changed enum name to MIProcessor.
12/18/2003 Initial Version