#include <nitro/mi.h>MICartridgeRomCycle2nd MI_GetCartridgeRomCycle2nd( void )Gets the setting for the 2nd access cycle to the Game Pak's ROM region.
The returned values are in the form of MICartridgeRomCycle2nd. The meanings are shown below.
MI_CTRDG_ROMCYCLE2_4 |
4 cycles |
MI_CTRDG_ROMCYCLE2_6 |
6 cycles |
None.
The setting for the 2nd access cycle to the Game Pak's ROM region.
Accesses the EXMEMCNT I/O register (0x4000204).
MI_SetCartridgeRomCycle1st,
MI_SetCartridgeRomCycle2nd, MI_GetCartridgeRomCycle1st
07/01/2004 Name changed from "2" to "2nd"
05/25/2004 Added "cartridge" to "name"
12/18/2003 Initial version