summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80pio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/z80pio.h')
-rw-r--r--src/emu/machine/z80pio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/z80pio.h b/src/emu/machine/z80pio.h
index 203522ca8da..5f0388a50f2 100644
--- a/src/emu/machine/z80pio.h
+++ b/src/emu/machine/z80pio.h
@@ -117,7 +117,7 @@ public:
UINT8 port_b_read() { return port_read(PORT_B); }
void port_a_write(UINT8 data) { port_write(PORT_A, data); }
void port_b_write(UINT8 data) { port_write(PORT_B, data); }
-
+
// standard read/write, with C/D in bit 1, B/A in bit 0
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );