summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pit8253.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pit8253.cpp')
-rw-r--r--src/devices/machine/pit8253.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pit8253.cpp b/src/devices/machine/pit8253.cpp
index f0f4450e90d..7d0d4246b67 100644
--- a/src/devices/machine/pit8253.cpp
+++ b/src/devices/machine/pit8253.cpp
@@ -201,7 +201,7 @@ void pit_counter_device::device_reset()
inline void pit_counter_device::adjust_timer(attotime target)
{
-// if (target != m_next_update)
+// if (target != m_next_update)
{
m_next_update = target;
m_updatetimer->adjust(target - machine().time());