floppy: fix regression in new floppy [O. Galibert]

This commit is contained in:
arbee 2021-01-16 21:49:11 -05:00
parent 1181aaf529
commit bb5ce38fa3

View File

@ -288,7 +288,7 @@ void floppy_image_device::set_rpm(float _rpm)
rpm = _rpm; rpm = _rpm;
rev_time = attotime::from_double(60/rpm); rev_time = attotime::from_double(60/rpm);
angular_speed = rpm/300.0*2e8; angular_speed = rpm/60.0*2e8;
} }
void floppy_image_device::setup_write(floppy_image_format_t *_output_format) void floppy_image_device::setup_write(floppy_image_format_t *_output_format)