MI_GetCartridgeRomCycle1st


C Specification

#include <nitro/mi.h>

MICartridgeRomCycle1st MI_GetCartridgeRomCycle1st( void )

Description

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

Arguments

None.

Return Values

The setting for the 1st access cycle to the Game Pak's ROM.

Internal Operation

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

See Also

MI_SetCartridgeRomCycle1st, MI_SetCartridgeRomCycle2nd, MI_GetCartridgeRomCycle2nd

Revision History

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