| 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 |
| r31906 | r31907 | |
|---|---|---|
| 614 | 614 | base -= rev_time; |
| 615 | 615 | } |
| 616 | 616 | |
| 617 | return (delta*floppy_ratio_1 | |
| 617 | return (delta*floppy_ratio_1).as_ticks(1000000000/1000); | |
| 618 | 618 | } |
| 619 | 619 | |
| 620 | 620 | attotime floppy_image_device::get_next_transition(const attotime &from_when) |
| Previous | 199869 Revisions | Next |