CARDRomRegion


C Specification

#include <nitro/card.h>

typedef struct
    {
    u32 offset;
    u32 length;
    } CARDRomRegion;

Description

This structure shows FNT and FAT information, which are based on the NitroROM format.

Elements

offset Indicates the offset value of the beginning of the region from the base.
length Indicates the byte size of the region range, from the offset.

See Also

CARD_GetRomRegionFNT, CARD_GetRomRegionFAT

Revision History

07/09/2004 Initial Version