|
|
| version 1.1, 2004/08/01 05:31:30 | version 1.5, 2008/06/02 20:07:31 |
|---|---|
| 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 |