Diff for /xmil/pccore.h between versions 1.19 and 1.21

version 1.19, 2005/02/04 06:42:07 version 1.21, 2009/03/23 15:02:25
Line 13  typedef struct { Line 13  typedef struct {
         UINT16  samplingrate;          UINT16  samplingrate;
         UINT16  delayms;          UINT16  delayms;
 #if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM)  #if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM)
         UINT8   SOUND_SW;  
         UINT8   vol_fm;          UINT8   vol_fm;
 #endif  #endif
         UINT8   vol_ssg;          UINT8   vol_ssg;
         UINT8   MOTOR;          UINT8   MOTOR;
         UINT8   MOTORVOL;          UINT8   MOTORVOL;
 #endif  #endif
   #if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM)
           UINT8   SOUND_SW;
   #endif
   
         UINT8   MOUSE_SW;          UINT8   MOUSE_SW;
         UINT8   KEY_MODE;          UINT8   KEY_MODE;
Line 39  typedef struct { Line 41  typedef struct {
 } PCCORE;  } PCCORE;
   
 typedef struct {  typedef struct {
 //      SINT32  dispclock;  
         SINT32  syncclock;          SINT32  syncclock;
         SINT32  framebaseclock;                 // by 4MHz          SINT32  framebaseclock;                 /* by 4MHz */
         UINT8   vsync;          UINT8   vsync;
         UINT8   drawframe;          UINT8   drawframe;
         UINT8   soundrenewal;          UINT8   soundrenewal;

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


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