summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8255.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8255.h')
-rw-r--r--src/devices/machine/i8255.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8255.h b/src/devices/machine/i8255.h
index 3258f29256a..59ead81e797 100644
--- a/src/devices/machine/i8255.h
+++ b/src/devices/machine/i8255.h
@@ -117,7 +117,7 @@ protected:
const bool m_force_portb_in;
const bool m_force_portc_out;
const bool m_dont_clear_output_latches;
-
+
private:
inline void check_interrupt(int port);
inline void set_ibf(int port, int state);