Diff for /xmil/pccore.h between versions 1.15 and 1.17

version 1.15, 2004/08/13 04:08:33 version 1.17, 2004/08/20 12:09:20
Line 12  typedef struct { Line 12  typedef struct {
         UINT16  samplingrate;          UINT16  samplingrate;
         UINT16  delayms;          UINT16  delayms;
         UINT8   SOUND_SW;          UINT8   SOUND_SW;
           UINT8   vol_fm;
           UINT8   vol_ssg;
         UINT8   MOTOR;          UINT8   MOTOR;
         UINT8   MOTORVOL;          UINT8   MOTORVOL;
   
Line 40  typedef struct { Line 42  typedef struct {
 } CORESTAT;  } CORESTAT;
   
 enum {  enum {
         RASTER_CLOCK            = 250  
 };  
   
 enum {  
         DIPSW_RESOLUTE          = 0x01,          DIPSW_RESOLUTE          = 0x01,
         DIPSW_BOOTMEDIA         = 0x04          DIPSW_BOOTMEDIA         = 0x04
 };  };

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


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