File:  [RetroPC.NET] / np2 / timing.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:57:06 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision


#ifdef __cplusplus
extern "C" {
#endif

void timing_init(void);
void timing_setcount(UINT value);
UINT timing_getcount(void);
void timing_term(void);

#ifdef __cplusplus
}
#endif


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