File:  [RetroPC.NET] / xmil / sound / sndctrl.h
Revision 1.3: download - view: text, annotated - select for diffs
Thu Aug 5 20:46:26 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


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

#ifdef __cplusplus
extern "C" {
#endif

extern	UINT		pcmbufsize[];
extern	OPMCH		opmch[OPMCH_MAX];
extern	_OPMGEN		opmgen;
extern	_PSGGEN		psggen;

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

#ifdef __cplusplus
}
#endif


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