| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to cmt.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / io | 
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