OSDN Git Service

[VM][FM7] Floppy : Fix rotation, 300 to 360 RPM.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 20 May 2015 09:09:46 +0000 (18:09 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 20 May 2015 09:09:46 +0000 (18:09 +0900)
source/src/vm/fm7/fm7.cpp

index 8d54141..a665942 100644 (file)
@@ -275,7 +275,7 @@ void VM::connect_bus(void)
 #else
                fdc->set_drive_type(i, DRIVE_TYPE_2D);
 #endif
-               fdc->set_drive_rpm(i, 300);
+               fdc->set_drive_rpm(i, 360);
                fdc->set_drive_mfm(i, true);
        }
 #if defined(_FM77) || defined(_FM77L4)