Diff for /np2/i286c/i286c.mcr between versions 1.11 and 1.12

version 1.11, 2003/11/30 11:20:55 version 1.12, 2003/11/30 12:32:04
Line 6 Line 6
 #endif  #endif
   
 #define __CBW(src)              (UINT16)((char)(src))  #define __CBW(src)              (UINT16)((char)(src))
 #define __CBD(src)              ((char)(src))  #define __CBD(src)              ((SINT8)(src))
 #define WORD2LONG(src)  ((short)(src))  #define WORD2LONG(src)  ((SINT16)(src))
   
   
 #define SEGMENTPTR(s)   (((UINT16 *)&I286_SEGREG) + (s))  #define SEGMENTPTR(s)   (((UINT16 *)&I286_SEGREG) + (s))

Removed from v.1.11  
changed lines
  Added in v.1.12


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