Diff for /np2/i286c/i286c.c between versions 1.28 and 1.29

version 1.28, 2005/03/18 06:49:16 version 1.29, 2005/05/20 13:59:47
Line 239  void CPUCALL i286c_intnum(UINT vect, REG Line 239  void CPUCALL i286c_intnum(UINT vect, REG
   
 const UINT8     *ptr;  const UINT8     *ptr;
   
           if (vect < 0x10) TRACEOUT(("i286c_intnum - %.2x", vect));
         REGPUSH0(REAL_FLAGREG)          REGPUSH0(REAL_FLAGREG)
         REGPUSH0(I286_CS)          REGPUSH0(I286_CS)
         REGPUSH0(IP)          REGPUSH0(IP)

Removed from v.1.28  
changed lines
  Added in v.1.29


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