diff options
Diffstat (limited to 'src/emu/imagedev/floppy.c')
-rw-r--r-- | src/emu/imagedev/floppy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/imagedev/floppy.c b/src/emu/imagedev/floppy.c index bd4409d55d3..7395b31b3a2 100644 --- a/src/emu/imagedev/floppy.c +++ b/src/emu/imagedev/floppy.c @@ -444,7 +444,7 @@ attotime floppy_image_device::get_next_transition(attotime from_when) else next_position = 200000000 + (buf[1] & floppy_image::TIME_MASK); - // logerror("Floppy: cuspos=%d nextpos=%d\n", position, next_position); + // logerror("Floppy: cuspos=%d nextpos=%d\n", position, next_position); return base + attotime::from_nsec(UINT64(next_position)*300/rpm); } |