Diff for /np2/i286x/v30patch.cpp between versions 1.5 and 1.7

version 1.5, 2003/12/08 00:55:31 version 1.7, 2004/07/12 10:33:02
Line 5 Line 5
 #include        "i286xs.h"  #include        "i286xs.h"
 #include        "i286xrep.h"  #include        "i286xrep.h"
 #include        "i286xcts.h"  #include        "i286xcts.h"
 #include        "memory.h"  
 #include        "pccore.h"  #include        "pccore.h"
 #include        "bios.h"  #include        "bios.h"
 #include        "iocore.h"  #include        "iocore.h"
Line 15 Line 14
   
   
 typedef struct {  typedef struct {
         DWORD   opnum;          UINT    opnum;
         void    (*v30opcode)(void);          void    (*v30opcode)(void);
 } V30PATCH_T;  } V30PATCH_T;
   

Removed from v.1.5  
changed lines
  Added in v.1.7


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