MI_GetCartridgeRomCycle2nd

Syntax

#include <nitro/mi.h>

MICartridgeRomCycle2nd MI_GetCartridgeRomCycle2nd( void )

Arguments

None.

Return Values

The setting for the 2nd access cycle to access the Game Pak's ROM region.

Description

Gets the setting for the 2nd access cycle to access 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

MI_SetAgbCartridgeFastestRomCycle is used for settings when accessing an AGB Game Pak.

Internal Operation

Accesses the EXMEMCNT I/O register (0x4000204).

See Also

MI_SetCartridgeRomCycle1st,
MI_SetCartridgeRomCycle2nd, MI_SetCartridgeRomCycle2nd
MI_SetAgbCartridgeFastestRomCycle

Revision History

2005/02/10 Added description of MI_SetAgbCartridgeFastestRomCycle.
2004/07/01 Name changed from "2" to "2nd" 2004/05/25 Added "cartridge" to "name."
2003/12/18 Initial version.


CONFIDENTIAL