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:
OBattler
2025-04-01 08:48:01 +02:00
parent 5ea48b2027
commit 1783da99a4

View File

@@ -3452,6 +3452,7 @@ d86f_common_handlers(int drive)
drives[drive].poll = d86f_poll;
drives[drive].format = d86f_proxy_format;
drives[drive].stop = d86f_stop;
drives[drive].hole = d86f_hole;
}
int