Port fdd_is_hd() from mtrr branch

Currently disabled as unused
This commit is contained in:
Jasmine Iwanek
2022-11-05 21:41:55 -04:00
parent ec3a40f584
commit 4901e89e51
2 changed files with 11 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ extern int fdd_can_read_medium(int drive);
extern int fdd_doublestep_40(int drive);
extern int fdd_is_525(int drive);
extern int fdd_is_dd(int drive);
#if 0
extern int fdd_is_hd(int drive);
#endif
extern int fdd_is_ed(int drive);
extern int fdd_is_double_sided(int drive);
extern void fdd_set_head(int drive, int head);