File:  [RetroPC.NET] / xmil / sound / x1f.h
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jun 3 05:07:32 2008 JST (17 years, 4 months ago) by yui
Branches: MAIN
CVS tags: HEAD
change to c style comment


#ifdef __cplusplus
extern "C" {
#endif

#if !defined(SUPPORT_X1F)		/* コールすら面倒だ! */

#define	x1f_open(f)			(FAILURE)
#define	x1f_close()
#define	x1f_opm(r, d)
#define	x1f_psg(r, d)
#define x1f_sync()

#else

BRESULT x1f_open(const OEMCHAR *filename);
void x1f_close(void);
void x1f_opm(REG8 reg, REG8 dat);
void x1f_psg(REG8 reg, REG8 dat);
void x1f_sync(void);

#endif

#ifdef __cplusplus
}
#endif


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