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

version 1.1, 2004/08/11 12:08:16 version 1.2, 2004/08/11 16:09:04
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.1  
changed lines
  Added in v.1.2


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