Diff for /np2/pccore.h between versions 1.25 and 1.26

version 1.25, 2004/03/22 05:38:47 version 1.26, 2004/06/04 16:11:02
Line 21  enum { Line 21  enum {
         PCHDD_SCSI                      = 0x02,          PCHDD_SCSI                      = 0x02,
         PCHDD_IDE                       = 0x04,          PCHDD_IDE                       = 0x04,
   
           PCROM_BIOS                      = 0x01,
           PCROM_SOUND                     = 0x02,
           PCROM_SASI                      = 0x04,
           PCROM_SCSI                      = 0x08,
           PCROM_BIOS9821          = 0x10,
   
         PCSOUND_NONE            = 0x00,          PCSOUND_NONE            = 0x00,
   
         PCCBUS_PC9861K          = 0x0001,          PCCBUS_PC9861K          = 0x0001,
Line 116  typedef struct { Line 122  typedef struct {
         UINT8   hddif;          UINT8   hddif;
         UINT8   extmem;          UINT8   extmem;
         BYTE    dipsw[3];               // リセット時のDIPSW          BYTE    dipsw[3];               // リセット時のDIPSW
         UINT8   padding;          UINT8   rom;
   
         UINT32  sound;          UINT32  sound;
         UINT32  device;          UINT32  device;

Removed from v.1.25  
changed lines
  Added in v.1.26


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