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


#define UPD4990_REGLEN	8

typedef struct {
	BYTE	last;
	BYTE	cmd;
	BYTE	serial;
	BYTE	parallel;
	BYTE	reg[UPD4990_REGLEN];
	UINT	pos;
	BYTE	cdat;
	BYTE	regsft;
} _UPD4990, *UPD4990;


#ifdef __cplusplus
extern "C" {
#endif

void uPD4990_reset(void);
void uPD4990_bind(void);

#ifdef __cplusplus
}
#endif


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