--- np2/sound/fmboard.h 2004/02/03 08:24:40 1.5 +++ 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" @@ -77,3 +79,10 @@ void fmboard_rhyrestore(RHYTHM rhy, UINT } #endif +#else + +#define fmboard_reset(t) +#define fmboard_bind() + +#endif +