diff options
author | 2016-11-27 09:56:49 +1100 | |
---|---|---|
committer | 2016-11-27 09:56:49 +1100 | |
commit | 7238415d1f30cae0b47e54dd04eb0b5e558c132e (patch) | |
tree | 3829a830029d7b31878bb9f67dec4d8d519f1e62 /src/devices/machine/74175.cpp | |
parent | 1637c91a5ccf77dae40a3edab7af1e0b64b92bf7 (diff) |
srcclean (nw)
Diffstat (limited to 'src/devices/machine/74175.cpp')
-rw-r--r-- | src/devices/machine/74175.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/74175.cpp b/src/devices/machine/74175.cpp index a96ffb57dd0..5de13e040f9 100644 --- a/src/devices/machine/74175.cpp +++ b/src/devices/machine/74175.cpp @@ -2,7 +2,7 @@ // copyright-holders:Ryan Holtz /***************************************************************************** - 5/74174/5 Hex/Quad D Flip-Flops with Clear + 5/74174/5 Hex/Quad D Flip-Flops with Clear *****************************************************************************/ @@ -245,4 +245,4 @@ void ttl74175_device::tick() m_not_q3_func(m_q3 ^ 1); if (last_q4 != m_q1) m_not_q4_func(m_q4 ^ 1); -}
\ No newline at end of file +} |