File:  [RetroPC.NET] / np2 / sound / s98.h
Revision 1.2: download - view: text, annotated - select for diffs
Mon Dec 8 09:55:33 2003 JST (21 years, 10 months ago) by yui
Branches: MAIN
CVS tags: HEAD
add IA32 etc... (T.Yui)


enum {
	NORMAL2608	= 0,
	EXTEND2608	= 1
};


#ifdef __cplusplus
extern "C" {
#endif

void S98_init(void);
void S98_trash(void);
BOOL S98_open(const char *filename);
void S98_close(void);
void S98_put(REG8 module, REG8 addr, REG8 data);

#ifdef __cplusplus
}
#endif


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