File:  [RetroPC.NET] / xmil / sound / sndctrl.h
Revision 1.5: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:12 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
RetroPC CVS restarting 2005/02/04 (T.Yui)


#include	"opmgen.h"
#include	"psggen.h"

#if !defined(DISABLE_SOUND)

#ifdef __cplusplus
extern "C" {
#endif

#if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM)
extern	OPMCH		opmch[OPMCH_MAX];
extern	_OPMGEN		opmgen;
#endif
extern	_PSGGEN		psggen;

void sndctrl_initialize(void);
void sndctrl_deinitialize(void);
void sndctrl_reset(void);

#ifdef __cplusplus
}
#endif

#else

#define	sndctrl_initialize()
#define sndctrl_deinitialize()
#define sndctrl_reset()

#endif


RetroPC.NET-CVS <cvs@retropc.net>