MI_GetCartridgeRomCycle2nd


C Specification

#include <nitro/mi.h>

MICartridgeRomCycle2nd MI_GetCartridgeRomCycle2nd( void )

Description

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

Arguments

None.

Return Values

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

Internal Operation

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

See Also

MI_SetCartridgeRomCycle1st, MI_SetCartridgeRomCycle2nd, MI_GetCartridgeRomCycle1st

Revision History

07/01/2004 Name changed from "2" to "2nd"
05/25/2004 Added "cartridge" to "name"
12/18/2003 Initial version