#include <nitro/mi.h>MICartridgeRomCycle1st MI_GetCartridgeRomCycle1st( void )Gets the setting for the 1st access cycle to the Game Pak's ROM.
The returned values are in the form of MICartridgeRomCycle1st. 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 |
None.
The setting for the 1st access cycle to the Game Pak's ROM.
Accesses the EXMEMCNT I/O register (0x4000204).
MI_SetCartridgeRomCycle1st,
MI_SetCartridgeRomCycle2nd,
MI_GetCartridgeRomCycle2nd
07/01/2004 Name changed from "1" to "1st"
05/25/2004 Added "cartridge" to name
12/18/2003 Initial version