File:  [RetroPC.NET] / np2 / common / mimpidef.h
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jun 17 19:09:46 2004 JST (21 years, 4 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, HEAD
fix 86pcm, CGROM (T.Yui)


enum {
	MIMPI_LA		= 0,
	MIMPI_PCM,
	MIMPI_GS,
	MIMPI_RHYTHM
};

typedef struct {
	UINT8	ch[16];
	UINT8	map[3][128];
	UINT8	bank[3][128];
} MIMPIDEF;


#ifdef __cplusplus
extern "C" {
#endif

BOOL mimpidef_load(MIMPIDEF *def, const char *filename);

#ifdef __cplusplus
}
#endif


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