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, 2 insertions, 0 deletions
diff --git a/src/emu/machine/z80ctc.h b/src/emu/machine/z80ctc.h
index 4e395517092..a9945d547bf 100644
--- a/src/emu/machine/z80ctc.h
+++ b/src/emu/machine/z80ctc.h
@@ -74,6 +74,8 @@ public:
DECLARE_WRITE_LINE_MEMBER( trg2 );
DECLARE_WRITE_LINE_MEMBER( trg3 );
+ UINT16 get_channel_constant(UINT8 channel) { return m_channel[channel].m_tconst; }
+
protected:
// device-level overrides
virtual void device_start();