Fixed a compile-breaking error;
Added the ability to set each floppy drive to turbo speed which will make it opperate at an effective 8000 kbps @ 300 rpm, for those who want faster but less accurate floppy timings.
This commit is contained in:
@@ -30,6 +30,8 @@ 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);
|
||||
void fdd_set_turbo(int drive, int turbo);
|
||||
int fdd_get_turbo(int drive);
|
||||
|
||||
void fdd_set_type(int drive, int type);
|
||||
int fdd_get_type(int drive);
|
||||
|
||||
Reference in New Issue
Block a user