Diff for /xmil/io/fdc.h between versions 1.12 and 1.14

version 1.12, 2005/02/04 06:42:11 version 1.14, 2008/06/02 20:07:31
Line 1 Line 1
   
 // #define      SUPPORT_MOTORRISEUP  /* #define SUPPORT_MOTORRISEUP */
   
 enum {  enum {
         FDCDIR_NONE                     = 0x00,          FDCDIR_NONE                     = 0x00,
         FDCDIR_TAO                      = 0x01,          FDCDIR_TAO                      = 0x01,
         FDCDIR_IN                       = 0x02,          FDCDIR_IN                       = 0x02,
         FDCDIR_OUT                      = 0x03,          FDCDIR_OUT                      = 0x03
 };  };
   
 enum {  enum {
Line 97  void fdc_callback(void); Line 97  void fdc_callback(void);
 #define fdc_callback()  #define fdc_callback()
 #endif  #endif
   
 void IOOUTCALL fdc_o(UINT port, REG8 value);            // x1_fdc_w  void IOOUTCALL fdc_o(UINT port, REG8 value);
 REG8 IOINPCALL fdc_i(UINT port);                                        // x1_fdc_r  REG8 IOINPCALL fdc_i(UINT port);
   
 void fdc_reset(void);  void fdc_reset(void);
   

Removed from v.1.12  
changed lines
  Added in v.1.14


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