summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fdc_pll.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-02-19 10:42:13 +1100
committer Vas Crabb <vas@vastheman.com>2017-02-19 11:40:55 +1100
commit8f15315a527c3775221d3d909af497b10ed690de (patch)
tree187181f0b72f1ec7c87052f1032c62a70a0464b2 /src/devices/machine/fdc_pll.h
parentbc1065a31123dfc70c0f1e1da7d1395e6daa8d07 (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/machine/fdc_pll.h')
-rw-r--r--src/devices/machine/fdc_pll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/fdc_pll.h b/src/devices/machine/fdc_pll.h
index 70a2e1913ef..87244f405dc 100644
--- a/src/devices/machine/fdc_pll.h
+++ b/src/devices/machine/fdc_pll.h
@@ -20,9 +20,9 @@ public:
void set_clock(const attotime &period);
void reset(const attotime &when);
- void read_reset(const attotime &when);
+ void read_reset(const attotime &when);
int get_next_bit(attotime &tm, floppy_image_device *floppy, const attotime &limit);
- int feed_read_data(attotime &tm, const attotime& edge, const attotime &limit);
+ int feed_read_data(attotime &tm, const attotime& edge, const attotime &limit);
bool write_next_bit(bool bit, attotime &tm, floppy_image_device *floppy, const attotime &limit);
void start_writing(const attotime &tm);
void commit(floppy_image_device *floppy, const attotime &tm);