Diff for /np2/nevent.c between versions 1.4 and 1.5

version 1.4, 2003/11/13 15:33:05 version 1.5, 2003/12/01 17:13:36
Line 143  void nevent_set(UINT id, SINT32 eventclo Line 143  void nevent_set(UINT id, SINT32 eventclo
         UINT            eventid;          UINT            eventid;
         UINT            i;          UINT            i;
   
   //      TRACEOUT(("event %d - %xclocks", id, eventclock));
   
         clock = I286_BASECLOCK - I286_REMCLOCK;          clock = I286_BASECLOCK - I286_REMCLOCK;
         item = &nevent.item[id];          item = &nevent.item[id];
         item->proc = proc;          item->proc = proc;

Removed from v.1.4  
changed lines
  Added in v.1.5


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