mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
floppy: fix regression in new floppy [O. Galibert]
This commit is contained in:
parent
1181aaf529
commit
bb5ce38fa3
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user