|
|
update v0.74core (T.Yui)
#ifdef __cplusplus
extern "C" {
#endif
void newdisk_fdd(const char *fname, BYTE type, const char *label);
void newdisk_thd(const char *fname, UINT hddsize);
void newdisk_hdi(const char *fname, UINT hddtype);
void newdisk_vhd(const char *fname, UINT hddsize);
#ifdef __cplusplus
}
#endif