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