Return to previous page | Return to menu | Go to next page
Structure
SMPC status
typedef struct {
Uint8 cond;
SmpcDateTime rtc;
Uint8 ctg;
Uint8 area;
Uint16 system;
Uint32 smem;
} SmpcStatus;
cond state status rtc RTC time ctg cartridge code area Area code system System status smem SMPC memory holding data
Structure for referencing the SMPC system status.
It is used when referring to the system variable “Smpc_Status”.
Member "rtc" can be referenced as structure "SmpcDateTime".
For member “smem”, a dedicated get / set function is provided.
Reference: HARDWARE MANUAL vol.1 (SMPC)
SmpcStatus