Numerous Olivetti M24 and M240 fixes.
This commit is contained in:
@@ -383,13 +383,11 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user