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

@@ -383,6 +383,14 @@ fdd_is_dd(int drive)
return (drive_types[fdd[drive].type].flags & 0x70) == 0x10;
}
#if 0
int
fdd_is_hd(int drive)
{
return drive_types[fdd[drive].type].flags & FLAG_HOLE1;
}
#endif
int
fdd_is_ed(int drive)
{