summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8255.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8255.cpp')
-rw-r--r--src/devices/machine/i8255.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8255.cpp b/src/devices/machine/i8255.cpp
index ff2a43f3caf..4d1bee6e2a6 100644
--- a/src/devices/machine/i8255.cpp
+++ b/src/devices/machine/i8255.cpp
@@ -590,7 +590,7 @@ void i8255_device::set_mode(uint8_t data)
m_control = m_control & ~CONTROL_PORT_C_UPPER_INPUT;
m_control = m_control & ~CONTROL_PORT_C_LOWER_INPUT;
}
-
+
// group A
if (!m_dont_clear_output_latches)
m_output[PORT_A] = 0;