mirror of
https://github.com/holub/mame
synced 2025-07-10 12:15:31 +03:00
superdrive: Theoretically support 720K MFM
This commit is contained in:
parent
61b7e54fea
commit
a201643d19
@ -2644,7 +2644,7 @@ void mac_floppy_device::track_changed()
|
||||
|
||||
float new_rpm;
|
||||
if(m_mfm)
|
||||
new_rpm = 300;
|
||||
new_rpm = is_2m() ? 600 : 300;
|
||||
else if(cyl <= 15)
|
||||
new_rpm = 394;
|
||||
else if(cyl <= 31)
|
||||
|
Loading…
Reference in New Issue
Block a user