File:  [RetroPC.NET] / np2 / sound / s98.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:58:08 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision


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(BYTE module, BYTE addr, BYTE data);

#ifdef __cplusplus
}
#endif


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