Fixed the makefiles again, hopefully this time properly;

Single-sided floppy drives are actually single-sided now;
Temporarily re-enabled floppy logs for bugfixing purposes.
This commit is contained in:
OBattler
2017-05-05 02:43:34 +02:00
parent 55be173485
commit 7610dbe209
6 changed files with 18 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ int fdd_can_read_medium(int drive);
int fdd_doublestep_40(int drive);
int fdd_is_525(int drive);
int fdd_is_ed(int drive);
int fdd_is_double_sided(int drive);
void fdd_set_head(int drive, int head);
int fdd_get_head(int drive);