#include <nitro/os/common/systemCall.h>
BOOL SVC_IsMmemExpanded( void );
Checks to see if the main memory has been expanded to 8 Mbytes
If the main memory has been expanded, this function returns TRUE, otherwise it returns FALSE.
On the ARM9 side, it is necessary to set the 0x023FFFF8 address and the 0x027FFFF8 address to INVALID.
None.
Returns TRUE if the main memory has been expanded to 8 MBytes.
11/02/2004 Corrected date in Revision History
07/18/2004 Initial version