Shinobi Library - Memory Card Structure

BUS_TIME

Structure that stores the time stamp of a file

DEFINITION

typedef struct { 
 Uint16 year; 
 Uint8 month; 
 Uint8 day; 
 Uint8 hour; 
 Uint8 minute; 
 Uint8 second; 
 Uint8 dayofweek; 
} BUS_TIME; 

MEMBER

 year  year (1998 or later) 
 month  month (1 to 12) 
 day  date (1 to 31) 
 hour  hour (0 to 23) 
 minute  minute (0 to 59) 
 second  second (0 to 59) 
 dayofweek  day of the week (Sunday=0 to Saturday=6) 

DESCRIPTION

Structure that stores the time stamp of a file recorded in the memory card.

REFERENCE

buFormatDisk()
buSaveExecFile()
buSaveFile()

BUS_TIME
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999