diff options
author | 2012-12-17 07:22:20 +0000 | |
---|---|---|
committer | 2012-12-17 07:22:20 +0000 | |
commit | 436d2f757f0c32573ea41013e8b10ca07ed6fc08 (patch) | |
tree | 77fc28a1edb618f19ae38071ed1b7c3316d41f5e /src/emu/machine/fdc_pll.h | |
parent | 449da4bc62a76ac132892d0f9e7e506fdf5eb586 (diff) |
Cleanups and version bumpmame0147u4
Diffstat (limited to 'src/emu/machine/fdc_pll.h')
-rw-r--r-- | src/emu/machine/fdc_pll.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/fdc_pll.h b/src/emu/machine/fdc_pll.h index 932b2c29147..28a1b4efbd0 100644 --- a/src/emu/machine/fdc_pll.h +++ b/src/emu/machine/fdc_pll.h @@ -11,12 +11,12 @@ class fdc_pll_t { public: attotime ctime, period, min_period, max_period, period_adjust_base, phase_adjust; - + attotime write_start_time; attotime write_buffer[32]; int write_position; int freq_hist; - + void set_clock(attotime period); void reset(attotime when); int get_next_bit(attotime &tm, floppy_image_device *floppy, attotime limit); |