Diff for /xmil/io/cmt.h between versions 1.2 and 1.5

version 1.2, 2004/08/02 13:38:46 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 11  extern "C" { Line 11  extern "C" {
   
 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);

Removed from v.1.2  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>