summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80ctc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/z80ctc.h')
-rw-r--r--src/emu/machine/z80ctc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/z80ctc.h b/src/emu/machine/z80ctc.h
index 567dfb677c3..066a4266462 100644
--- a/src/emu/machine/z80ctc.h
+++ b/src/emu/machine/z80ctc.h
@@ -78,7 +78,7 @@ public:
UINT8 read(int ch) { return m_channel[ch].read(); }
void write(int ch, UINT8 data) { m_channel[ch].write(data); }
void trigger(int ch, UINT8 data) { m_channel[ch].trigger(data); }
-
+
// read/write handlers
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );