summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tms34061.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tms34061.h')
-rw-r--r--src/devices/video/tms34061.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/tms34061.h b/src/devices/video/tms34061.h
index f4f674b1083..e4f92e75ac2 100644
--- a/src/devices/video/tms34061.h
+++ b/src/devices/video/tms34061.h
@@ -47,6 +47,7 @@ public:
void set_rowshift(uint8_t rowshift) { m_rowshift = rowshift; }
void set_vram_size(uint32_t vramsize) { m_vramsize = vramsize; }
template <class Object> devcb_base &set_interrupt_callback(Object &&cb) { return m_interrupt_cb.set_callback(std::forward<Object>(cb)); }
+ auto int_callback() { return m_interrupt_cb.bind(); }
/* reads/writes to the 34061 */
uint8_t read(address_space &space, int col, int row, int func);