|
|
| version 1.6, 2003/12/08 00:55:30 | version 1.7, 2004/01/13 05:30:58 |
|---|---|
| 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) { |