#include <nitro/fs.h>
typedef struct
{
/* private: */
FSOverlayInfoHeader header;
MIProcessor target;/* target processor */
} FSOverlayInfo;
This is the structure that saves overlay module information. These are used as arguments for the various overlay functions.
These types of internal expressions may change in future enhancements. Avoid programming that depends on sizes and members in the current package.
FSOverlayID, FS_OVERLAY_ID, FS_EXTERN_OVERLAY, FS_LoadOverlayInfo, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_GetOverlayAddress, FS_GetOverlayFileID, FS_LoadOverlayImage, FS_StartOverlay, FS_UnloadOverlayImage, FS_LoadOverlay, FS_UnloadOverlay
09/24/2004 Changed links
06/11/2004 Initial version