Return to previous page | Return to menu | Go to next page


Structure

SmpcStatus

SMPC status

Structure

typedef   struct {
          Uint8              cond;
          SmpcDateTime  rtc;
          Uint8              ctg;
          Uint8              area;
          Uint16             system;
          Uint32             smem;
} SmpcStatus;

Member

cond state status
rtc RTC time
ctg cartridge code
area Area code
system System status
smem SMPC memory holding data

Description

Structure for referencing the SMPC system status.

Remarks

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


Return to previous page | Return to menu | Go to next page