Unable to set speed (RPM) on MFM drives #4917
Replies: 5 comments 6 replies
-
|
NOTABUG, RPM selection is not yet implemented for those old drives. |
Beta Was this translation helpful? Give feedback.
-
|
Small correction: "now that an external contributor added..." |
Beta Was this translation helpful? Give feedback.
-
|
I've looked at the code (not that I have any clue) I'm happy to start added MFM drive definitions in https://github.com/86Box/86Box/blob/master/src/disk/hdd.c however I think the logic to insert/read speed settings is missing in https://github.com/86Box/86Box/blob/master/src/disk/hdc_st506_xt.c which I assume is used for XT MFM drives, correct ? |
Beta Was this translation helpful? Give feedback.
-
|
Ping @OBattler when you have a moment, could you please have a look to see if this is a way to go or utter crap? before I even do a PR ? Thanks :) |
Beta Was this translation helpful? Give feedback.
-
|
Merged in #6885 closing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
While duplicating my real hardware as close as possible I wanted to add an MFM drive (trying to emulate a Miniscribe MFM drive on an Olivetti M240) I noticed that one can only select Ram disk as the speed, and not RPM, in my case 3600 RPM, like you can for IDE, manually adding the speed line into the cfg line doesn't work either, was this by design ?
It would be nice to be able to emulate the correct speed for MFM drives.
Configuration file
Operating system
WIndows 10
CPU
Intel
86Box version
4.2.1 or latest from main
Build architecture
Windows - x64 (64-bit)
Build type
Download source
Official website (Jenkins, GitHub)
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions