--- xmil/io/cmt.h 2004/08/01 05:31:30 1.1 +++ xmil/io/cmt.h 2008/06/02 20:07:31 1.5 @@ -1,7 +1,7 @@ typedef struct { UINT8 cmd; - UINT8 stop; + /* UINT8 stop; */ } CMT; @@ -9,15 +9,15 @@ typedef struct { extern "C" { #endif -void cmt_reset(void); - REG8 cmt_read(void); void cmt_write(REG8 dat); -void cmt_ctrl(REG8 cmnd); +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