|
|
| version 1.3, 2004/01/05 14:30:34 | version 1.4, 2004/01/22 01:10:04 |
|---|---|
| Line 110 void fdc_reset(void); | Line 110 void fdc_reset(void); |
| void fdc_bind(void); | void fdc_bind(void); |
| void fdc_interrupt(void); | void fdc_interrupt(void); |
| void DMACCALL fdc_DataRegWrite(REG8 data); | void DMACCALL fdc_datawrite(REG8 data); |
| REG8 DMACCALL fdc_DataRegRead(void); | REG8 DMACCALL fdc_dataread(void); |
| REG8 DMACCALL fdc_dmafunc(REG8 func); | REG8 DMACCALL fdc_dmafunc(REG8 func); |
| void fdcsend_error7(void); | void fdcsend_error7(void); |