summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tmc0430.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tmc0430.h')
-rw-r--r--src/devices/machine/tmc0430.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/tmc0430.h b/src/devices/machine/tmc0430.h
index a0f49747b88..7cd906570f1 100644
--- a/src/devices/machine/tmc0430.h
+++ b/src/devices/machine/tmc0430.h
@@ -30,6 +30,8 @@ public:
template <class Object> devcb_base &set_ready_wr_callback(Object &&cb) { return m_gromready.set_callback(std::forward<Object>(cb)); }
+ auto ready_cb() { return m_gromready.bind(); }
+
void readz(uint8_t *value);
void write(uint8_t data);
void set_lines(line_state mline, line_state moline, line_state gsq);