CARDGetBannerFormat

C Specification

#include <revolution/card.h>
#define CARDGetBannerFormat(stat) \
(((stat)->bannerFormat) & CARD_STAT_BANNER_MASK);

Arguments

stat Pointer to CARDStat structure.

Return Values

One of the following codes:

Result Code Format
CARD_STAT_BANNER_NONE Banner is not used
CARD_STAT_BANNER_RGB5A3 RGB5A3 format
CARD_STAT_BANNER_C8 C8 format

Description

Gets the Memory Card banner format from the CARDStat structure.

See Also

Revision History

03/01/2006 Initial version.