diff options
Diffstat (limited to 'src/devices/machine/fdc_pll.cpp')
| -rw-r--r-- | src/devices/machine/fdc_pll.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/fdc_pll.cpp b/src/devices/machine/fdc_pll.cpp index c906aa4b28f..3f54f0b0c2e 100644 --- a/src/devices/machine/fdc_pll.cpp +++ b/src/devices/machine/fdc_pll.cpp @@ -24,7 +24,7 @@ void fdc_pll_t::set_clock(const attotime &_period) void fdc_pll_t::reset(const attotime &when) { - read_reset(when); + read_reset(when); write_position = 0; write_start_time = attotime::never; } @@ -61,9 +61,9 @@ void fdc_pll_t::commit(floppy_image_device *floppy, const attotime &tm) int fdc_pll_t::get_next_bit(attotime &tm, floppy_image_device *floppy, const attotime &limit) { - attotime edge = floppy ? floppy->get_next_transition(ctime) : attotime::never; + attotime edge = floppy ? floppy->get_next_transition(ctime) : attotime::never; - return feed_read_data(tm , edge , limit); + return feed_read_data(tm , edge , limit); } int fdc_pll_t::feed_read_data(attotime &tm, const attotime& edge, const attotime &limit) |
