--- xmil/pccore.h 2004/08/14 12:16:17 1.16 +++ xmil/pccore.h 2004/08/20 23:01:13 1.18 @@ -12,6 +12,8 @@ typedef struct { UINT16 samplingrate; UINT16 delayms; UINT8 SOUND_SW; + UINT8 vol_fm; + UINT8 vol_ssg; UINT8 MOTOR; UINT8 MOTORVOL; @@ -54,14 +56,6 @@ extern const OEMCHAR xmilversion[]; extern XMILCFG xmilcfg; extern PCCORE pccore; extern CORESTAT corestat; -extern UINT8 *RAM0r; -extern UINT8 *RAM0w; - -extern UINT8 mMAIN[0x10000]; -extern UINT8 mBIOS[0x8000]; -#if defined(SUPPORT_BANKMEM) -extern UINT8 mBANK[16][0x8000]; -#endif void neitem_disp(UINT id); void neitem_vsync(UINT id);