86F internal handler: make the common handlers function initialize the floppy density hole return function, fixes 3-mode (dual-RPM) 3.5" drives.
This commit is contained in:
@@ -3452,6 +3452,7 @@ d86f_common_handlers(int drive)
|
|||||||
drives[drive].poll = d86f_poll;
|
drives[drive].poll = d86f_poll;
|
||||||
drives[drive].format = d86f_proxy_format;
|
drives[drive].format = d86f_proxy_format;
|
||||||
drives[drive].stop = d86f_stop;
|
drives[drive].stop = d86f_stop;
|
||||||
|
drives[drive].hole = d86f_hole;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|||||||
Reference in New Issue
Block a user