Initial revision
#ifdef __cplusplus extern "C" { #endif void newdisk_hdd(const char *fname, UINT hddsize); void newdisk_fdd(const char *fname, BYTE type, const char *label); #ifdef __cplusplus } #endif