--- np2/sound/fmboard.h 2004/01/23 15:05:05 1.4 +++ np2/sound/fmboard.h 2004/07/01 11:42:54 1.6 @@ -1,4 +1,6 @@ +#if !defined(DISABLE_SOUND) + #include "soundrom.h" #include "tms3631.h" #include "fmtimer.h" @@ -70,7 +72,17 @@ void fmboard_extenable(REG8 enable); void fmboard_reset(UINT32 type); void fmboard_bind(void); +void fmboard_fmrestore(REG8 chbase, UINT bank); +void fmboard_rhyrestore(RHYTHM rhy, UINT bank); + #ifdef __cplusplus } #endif +#else + +#define fmboard_reset(t) +#define fmboard_bind() + +#endif +