Diff for /xmil/nevent.c between versions 1.2 and 1.3

version 1.2, 2004/08/11 16:09:04 version 1.3, 2004/08/11 17:45:06
Line 85  void nevent_set(UINT id, SINT32 eventclo Line 85  void nevent_set(UINT id, SINT32 eventclo
         UINT            eventid;          UINT            eventid;
         UINT            i;          UINT            i;
   
         TRACEOUT(("event %d - %xclocks", id, eventclock));  //      TRACEOUT(("event %d - %xclocks", id, eventclock));
   
         clock = CPU_BASECLOCK - CPU_REMCLOCK;          clock = CPU_BASECLOCK - CPU_REMCLOCK;
         item = nevent.item + id;          item = nevent.item + id;

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


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