summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/clock.h')
-rw-r--r--src/devices/machine/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/clock.h b/src/devices/machine/clock.h
index 46bb2361909..4bf0bed47a0 100644
--- a/src/devices/machine/clock.h
+++ b/src/devices/machine/clock.h
@@ -10,6 +10,7 @@ class clock_device : public device_t
{
public:
auto signal_handler() { return m_signal_handler.bind(); }
+ DECLARE_READ_LINE_MEMBER(signal_r) { return m_signal; }
clock_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);