--- np2/timing.h 2003/10/23 12:58:44 1.2 +++ np2/timing.h 2004/02/09 20:39:39 1.3 @@ -4,6 +4,7 @@ extern "C" { #endif void timing_reset(void); +void timing_setrate(UINT lines, UINT crthz); void timing_setcount(UINT value); UINT timing_getcount(void); void timing_term(void);