summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/74123.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/74123.c')
-rw-r--r--src/emu/machine/74123.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/74123.c b/src/emu/machine/74123.c
index 526c7d47d88..2c9169e1d2d 100644
--- a/src/emu/machine/74123.c
+++ b/src/emu/machine/74123.c
@@ -11,7 +11,7 @@
#include "machine/rescap.h"
-#define LOG (0)
+#define LOG (0)
@@ -130,7 +130,7 @@ attotime ttl74123_device::compute_duration()
int ttl74123_device::timer_running()
{
return (m_timer->remaining() > attotime::zero) &&
- (m_timer->remaining() != attotime::never);
+ (m_timer->remaining() != attotime::never);
}
@@ -279,7 +279,7 @@ void ttl74123_device::clear_w(UINT8 data)
{
start_pulse();
}
- else if (!data) /* clear the output */
+ else if (!data) /* clear the output */
{
m_timer->adjust(attotime::zero);