--- xmil/pccore.h 2004/08/12 20:09:42 1.14 +++ xmil/pccore.h 2004/08/20 12:09:20 1.17 @@ -12,6 +12,8 @@ typedef struct { UINT16 samplingrate; UINT16 delayms; UINT8 SOUND_SW; + UINT8 vol_fm; + UINT8 vol_ssg; UINT8 MOTOR; UINT8 MOTORVOL; @@ -40,10 +42,6 @@ typedef struct { } CORESTAT; enum { - RASTER_CLOCK = 250 -}; - -enum { DIPSW_RESOLUTE = 0x01, DIPSW_BOOTMEDIA = 0x04 }; @@ -58,8 +56,8 @@ extern const OEMCHAR xmilversion[]; extern XMILCFG xmilcfg; extern PCCORE pccore; extern CORESTAT corestat; -extern BYTE *RAM0r; -extern BYTE *RAM0w; +extern UINT8 *RAM0r; +extern UINT8 *RAM0w; extern UINT8 mMAIN[0x10000]; extern UINT8 mBIOS[0x8000];