|
|
| version 1.2, 2004/08/15 11:25:33 | version 1.3, 2004/08/15 12:32:11 |
|---|---|
| Line 3 | Line 3 |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void diskdrv_setfdd(REG8 drv, const OEMCHAR *fname, int readonly); | |
| void diskdrv_setfddex(REG8 drv, const OEMCHAR *fname, | void diskdrv_setfddex(REG8 drv, const OEMCHAR *fname, |
| UINT ftype, int readonly); | UINT32 ftype, int readonly); |
| // void diskdrv_callback(void); | // void diskdrv_callback(void); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |
| #endif | #endif |
| #define diskdrv_setfdd(d, f, r) diskdrv_setfddex(d, f, FTYPE_NONE, r) | |