Global variable

mfsDiskInfo

Definition

MfsDiskInfo mfsDiskInfo

Description

This variable is a structure for storing information related to the disk within the MFS library. When the disk is accessed by the MFS library, the disk information is checked first and stored in this structure. The structure members are as follows.

	typedef struct st_MfsDiskInfo {
	    LEOCapacity	cap;		/* Disk Capacity*/
	    LEODiskID	diskID;		/* Disk ID	*/
	    u16		blockNum;	/* ROM Block 	*/
	} MfsDiskInfo;