--- np2/timing.c 2003/10/16 17:57:06 1.1 +++ np2/timing.c 2003/10/23 12:58:44 1.3 @@ -1,8 +1,8 @@ #include "compiler.h" #include "pccore.h" -#include "timing.h" #include "diskdrv.h" #include "fdd_mtr.h" +#include "timing.h" static UINT timercnt = 0; @@ -10,7 +10,7 @@ static UINT32 tick = 0; static UINT32 cnt = 0; -void timing_init(void) { +void timing_reset(void) { cnt = 0; timercnt = 0;