Diff for /np2/i286c/i286c.mcr between versions 1.18 and 1.19

version 1.18, 2003/12/19 23:33:49 version 1.19, 2004/02/18 18:29:29
Line 500  extern UINT calc_a(UINT op, UINT32 *seg) Line 500  extern UINT calc_a(UINT op, UINT32 *seg)
         }          }
   
   
 #define INT_NUM(a, b)           i286c_intnum((a), (REG16)(b))  #define SEGSELECT(c)    ((I286_MSW & MSW_PE)?i286c_selector(c):((c) << 4))
   
   #define INT_NUM(a, b)   i286c_intnum((a), (REG16)(b))
   

Removed from v.1.18  
changed lines
  Added in v.1.19


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