Diff for /np2/i286x/i286x.h between versions 1.2 and 1.3

version 1.2, 2003/10/17 07:17:20 version 1.3, 2003/10/19 14:56:15
Line 4 Line 4
   
 #define         I286IRQCHECKTERM                                                                \  #define         I286IRQCHECKTERM                                                                \
                                 __asm { xor             eax, eax                                }       \                                  __asm { xor             eax, eax                                }       \
                                 __asm { cmp             nevent.remainclock, eax }       \                                  __asm { cmp             I286_REMCLOCK, eax              }       \
                                 __asm { jle             short nonremainclr              }       \                                  __asm { jle             short nonremainclr              }       \
                                 __asm { xchg    nevent.remainclock, eax }       \                                  __asm { xchg    I286_REMCLOCK, eax              }       \
                                 __asm { sub             nevent.baseclock, eax   }       \                                  __asm { sub             I286_BASECLOCK, eax             }       \
                 nonremainclr:                                                                           \                  nonremainclr:                                                                           \
                                 __asm { ret                                                             }                                  __asm { ret                                                             }
   

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


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