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