File:  [RetroPC.NET] / np2 / timing.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Fri Oct 17 02:57:06 2003 JST (22 years ago) by yui
Branches: mie
CVS tags: start, rel_036
Neko Project II


#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>