diff options
author | 2020-08-23 11:13:56 +1000 | |
---|---|---|
committer | 2020-08-23 11:13:56 +1000 | |
commit | 164ef47ad2a2db22b599f42b5cf5cccde98323b7 (patch) | |
tree | af8848d4eba614fb27e6ec6fc022fb69ee100b0a /src/devices/machine/pit8253.h | |
parent | 9be5a580607e56aac2b427621fa8a1f29745287e (diff) |
srcclean for 0.224
Diffstat (limited to 'src/devices/machine/pit8253.h')
-rw-r--r-- | src/devices/machine/pit8253.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pit8253.h b/src/devices/machine/pit8253.h index a862dee8aad..c602a64a3d1 100644 --- a/src/devices/machine/pit8253.h +++ b/src/devices/machine/pit8253.h @@ -84,7 +84,7 @@ private: // internal state int m_index; // index number of the timer double m_clockin; // input clock frequency in Hz - attotime m_clock_period; // precomputed input clock period + attotime m_clock_period; // precomputed input clock period int m_clock_signal; // clock signal when clockin is 0 attotime m_last_updated; // time when last updated |