#include <nitro/mi.h>
MICartridgeRamCycle MI_GetCartridgeRamCycle( void )
None.
Access cycle setting to access the cartridge RAM region
Gets the access cycle value settting for accessing the Game Pak's RAM region.
The return values are MICartridgeRamCycle
enumerated types. The meanings are shown below.
MI_CTRDG_RAMCYCLE_6 |
6 cycles |
MI_CTRDG_RAMCYCLE_8 |
8 cycles |
MI_CTRDG_RAMCYCLE_10 |
10 cycles |
MI_CTRDG_RAMCYCLE_18 |
18 cycles |
Accesses the EXMEMCNT
I/O register (0x4000204)
.
MI_SetCartridgeRamCycle,
MI_GetCartridgeRomCycle1st, MI_GetCartridgeRomCycle2nd
2004/05/25 Name changed by adding "cartridge." 2003/12/18 Initial version.
CONFIDENTIAL