|
|
| version 1.1.1.1, 2003/10/16 17:58:27 | version 1.5, 2005/02/09 20:11:34 |
|---|---|
| Line 3 | Line 3 |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void newdisk_hdd(const char *fname, UINT hddsize); | void newdisk_fdd(const OEMCHAR *fname, REG8 type, const OEMCHAR *label); |
| void newdisk_fdd(const char *fname, BYTE type, const char *label); | |
| void newdisk_thd(const OEMCHAR *fname, UINT hddsize); | |
| void newdisk_nhd(const OEMCHAR *fname, UINT hddsize); | |
| void newdisk_hdi(const OEMCHAR *fname, UINT hddtype); | |
| void newdisk_vhd(const OEMCHAR *fname, UINT hddsize); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |