File:  [RetroPC.NET] / xmil / io / cmt.h
Revision 1.4: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:11 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
RetroPC CVS restarting 2005/02/04 (T.Yui)


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>