CARDSetFastMode

C Specification

#include <revolution/card.h>

BOOL CARDSetFastMode ( BOOL enable );

Arguments

enable TRUE to enable fast mode. FALSE to disable fast mode.

Return Values

Previous processing mode:

TRUE Fast mode
FALSE Normal mode

Description

Enables/disables the fast operation mode of the Memory Card. The processing mode must be set before mounting a Memory Card.

Note: If the fast operation mode is enabled, Memory Card 1019 can be programmed (written to) much faster than Memory Card 59 and Memory Card 251. By default, the fast operation mode is disabled for backward compatibility.

Note: This function is provided for debugging. Do not use in programs.

See Also

Memory Card Functions,
CARDGetCurrentMode, CARDGetFastMode

Revision History

03/01/2006 Initial version.