--- xmil/io/fdc.h 2005/02/13 22:27:53 1.13 +++ xmil/io/fdc.h 2008/06/02 20:07:31 1.14 @@ -1,5 +1,5 @@ -// #define SUPPORT_MOTORRISEUP +/* #define SUPPORT_MOTORRISEUP */ enum { FDCDIR_NONE = 0x00, @@ -97,8 +97,8 @@ void fdc_callback(void); #define fdc_callback() #endif -void IOOUTCALL fdc_o(UINT port, REG8 value); // x1_fdc_w -REG8 IOINPCALL fdc_i(UINT port); // x1_fdc_r +void IOOUTCALL fdc_o(UINT port, REG8 value); +REG8 IOINPCALL fdc_i(UINT port); void fdc_reset(void);