|
|
| version 1.1, 2004/08/01 05:31:30 | version 1.4, 2005/02/04 06:42:11 |
|---|---|
| Line 1 | Line 1 |
| typedef struct { | typedef struct { |
| UINT8 cmd; | UINT8 cmd; |
| UINT8 stop; | // UINT8 stop; |
| } CMT; | } CMT; |
| Line 9 typedef struct { | Line 9 typedef struct { |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void cmt_reset(void); | |
| REG8 cmt_read(void); | REG8 cmt_read(void); |
| void cmt_write(REG8 dat); | void cmt_write(REG8 dat); |
| void cmt_ctrl(REG8 cmnd); | void cmt_ctrl(REG8 cmd); |
| REG8 cmt_tape_stat(void); | REG8 cmt_tape_stat(void); |
| REG8 cmt_ctrl_stat(void); | REG8 cmt_ctrl_stat(void); |
| REG8 cmt_test(void); | REG8 cmt_test(void); |
| void cmt_reset(void); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |
| #endif | #endif |