File:  [RetroPC.NET] / xmil / calendar.h
Revision 1.3: download - view: text, annotated - select for diffs
Thu Aug 12 23:03:14 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


typedef struct {
	_SYSTIME	dt;
	UINT		steps;
} _CALENDAR, *CALENDAR;


#ifdef __cplusplus
extern "C" {
#endif

extern	_CALENDAR	cal;


void neitem_rtc(UINT id);

void calendar_getdate(UINT8 *bcd);
void calendar_setdate(const UINT8 *bcd);
void calendar_gettime(UINT8 *bcd);
void calendar_settime(const UINT8 *bcd);

void calendar_reset(void);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>