Diff for /np2/timing.c between versions 1.2 and 1.3

version 1.2, 2003/10/21 11:22:05 version 1.3, 2003/10/23 12:58:44
Line 10  static UINT32 tick = 0; Line 10  static UINT32 tick = 0;
 static  UINT32  cnt = 0;  static  UINT32  cnt = 0;
   
   
 void timing_init(void) {  void timing_reset(void) {
   
         cnt = 0;          cnt = 0;
         timercnt = 0;          timercnt = 0;

Removed from v.1.2  
changed lines
  Added in v.1.3


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