#include <nitro/mi.h>
void MI_SetCartridgeRomCycle1st( MICartridgeRomCycle1st c1 );
c1 | The 1st access cycle for access to the Game Pak's ROM region. |
None.
Sets the 1st access cycle for accessing the Game Pak's ROM region. The 2nd and subsequent access cycles are set using the function MI_SetCartridgeRomCycle2nd
. See the function reference for MI_SetAgbCartridgeFastestRomCycle
for access cycle calculation methods and precautions regarding AGB Game Paks.
The c1
argument is an MICartridgeRomCycle1st
enumerated type. The meanings are shown below.
MI_CTRDG_ROMCYCLE1_6 |
6 cycles |
MI_CTRDG_ROMCYCLE1_8 |
8 cycles |
MI_CTRDG_ROMCYCLE1_10 |
10 cycles |
MI_CTRDG_ROMCYCLE1_18 |
18 cycles |
Accesses the EXMEMCNT
I/O register (0x4000204)
.
MI_GetCartridgeRomCycle1st, MI_SetCartridgeRomCycle2nd, MI_GetCartridgeRomCycle2nd, MI_SetAgbCartridgeFastestRomCycle
03/01/2005 Added link.
07/01/2004 Changed the name from 1 to 1st.
05/25/2004 Added "cartridge" to name 12/18/2003 Initial version.