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