Diff for /np2/pccore.h between versions 1.17 and 1.19

version 1.17, 2004/01/30 01:29:13 version 1.19, 2004/02/11 17:39:59
Line 49  typedef struct { Line 49  typedef struct {
         UINT8   usefd144;          UINT8   usefd144;
         BYTE    wait[6];          BYTE    wait[6];
   
           UINT8   userkey[2][16];
   
         // リセット時とかあんまり参照されない奴          // リセット時とかあんまり参照されない奴
         char    model[8];          char    model[8];
Line 113  typedef struct { Line 114  typedef struct {
         UINT8   model;          UINT8   model;
         UINT8   hddif;          UINT8   hddif;
         UINT8   extmem;          UINT8   extmem;
           BYTE    dipsw[3];               // リセット時のDIPSW
           UINT8   padding;
   
         UINT32  sound;          UINT32  sound;
         UINT32  device;          UINT32  device;
   
         UINT32  realclock;          UINT32  realclock;
         UINT32  dispclock;  
         UINT32  vsyncclock;  
         UINT32  keyboardclock;  
         UINT32  midiclock;  
         UINT32  raster;  
         UINT32  hsync;  
 } PCCORE;  } PCCORE;
   
   

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


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