Previous 199869 Revisions Next

r31907 Thursday 4th September, 2014 at 19:11:35 UTC by Michael Zapf
floppy: Change in find_position to avoid missing edges that are very
close to a window end. (nw)
[src/emu/imagedev]floppy.c

trunk/src/emu/imagedev/floppy.c
r31906r31907
614614      base -= rev_time;
615615   }
616616
617   return (delta*floppy_ratio_1 + attotime::from_nsec(500)).as_ticks(1000000000/1000);
617   return (delta*floppy_ratio_1).as_ticks(1000000000/1000);
618618}
619619
620620attotime floppy_image_device::get_next_transition(const attotime &from_when)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team