#include <revolution/card.h>
BOOL CARDSetFastMode ( BOOL enable );
|
TRUE to enable fast mode. FALSE to disable fast mode. |
Previous processing mode:
TRUE |
Fast mode |
FALSE |
Normal mode |
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.
Memory Card Functions,
CARDGetCurrentMode, CARDGetFastMode
03/01/2006 Initial version.