Diff for /np2/nevent.c between versions 1.6 and 1.8

version 1.6, 2003/12/08 00:55:30 version 1.8, 2004/02/18 21:58:41
Line 6 Line 6
         _NEVENT         nevent;          _NEVENT         nevent;
   
   
 void nevent_init(void) {  void nevent_allreset(void) {
   
         // すべてをリセット          // すべてをリセット
         ZeroMemory(&nevent, sizeof(nevent));          ZeroMemory(&nevent, sizeof(nevent));
Line 188  void nevent_set(UINT id, SINT32 eventclo Line 188  void nevent_set(UINT id, SINT32 eventclo
   
 void nevent_setbyms(UINT id, SINT32 ms, NEVENTCB proc, BOOL absolute) {  void nevent_setbyms(UINT id, SINT32 ms, NEVENTCB proc, BOOL absolute) {
   
         nevent_set(id, (pc.realclock / 1000) * ms, proc, absolute);          nevent_set(id, (pccore.realclock / 1000) * ms, proc, absolute);
 }  }
   
 BOOL nevent_iswork(UINT id) {  BOOL nevent_iswork(UINT id) {

Removed from v.1.6  
changed lines
  Added in v.1.8


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