Diff for /np2/i286a/i286a.c between versions 1.1 and 1.2

version 1.1, 2003/12/21 23:27:08 version 1.2, 2003/12/22 07:41:15
Line 2 Line 2
 #include        "cpucore.h"  #include        "cpucore.h"
   
   
         I286CORE        i286core;          I286CORE        i286acore;
   
 const UINT8 iflags[512] = {                                     // Z_FLAG, S_FLAG, P_FLAG  const UINT8 iflags[512] = {                                     // Z_FLAG, S_FLAG, P_FLAG
                         0x44, 0x00, 0x00, 0x04, 0x00, 0x04, 0x04, 0x00,                          0x44, 0x00, 0x00, 0x04, 0x00, 0x04, 0x04, 0x00,

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


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