Added WD1007V-SE1 ESDI emulation.
This commit is contained in:
parent
6484baaf9f
commit
5d6c3fb9ea
16 changed files with 891 additions and 29 deletions
|
|
@ -9,6 +9,6 @@ typedef struct hdd_file_t
|
|||
|
||||
void hdd_load(hdd_file_t *hdd, int d, const char *fn);
|
||||
void hdd_close(hdd_file_t *hdd);
|
||||
void hdd_read_sectors(hdd_file_t *hdd, int offset, int nr_sectors, void *buffer);
|
||||
void hdd_write_sectors(hdd_file_t *hdd, int offset, int nr_sectors, void *buffer);
|
||||
void hdd_format_sectors(hdd_file_t *hdd, int offset, int nr_sectors);
|
||||
int hdd_read_sectors(hdd_file_t *hdd, int offset, int nr_sectors, void *buffer);
|
||||
int hdd_write_sectors(hdd_file_t *hdd, int offset, int nr_sectors, void *buffer);
|
||||
int hdd_format_sectors(hdd_file_t *hdd, int offset, int nr_sectors);
|
||||
|
|
|
|||
Loading…
Reference in a new issue