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


typedef struct {
	UINT8	cmd;
	/* UINT8	stop; */
} CMT;


#ifdef __cplusplus
extern "C" {
#endif

REG8 cmt_read(void);
void cmt_write(REG8 dat);
void cmt_ctrl(REG8 cmd);
REG8 cmt_tape_stat(void);
REG8 cmt_ctrl_stat(void);
REG8 cmt_test(void);

void cmt_reset(void);

#ifdef __cplusplus
}
#endif


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