diff options
author | 2019-06-06 15:21:03 -0400 | |
---|---|---|
committer | 2019-06-06 15:21:03 -0400 | |
commit | f5d8c0f5047a3f71d580cced236a0a1031a386d7 (patch) | |
tree | 58a5f6e625406788c3f32031aa771f894f50659c /src/devices/bus/comx35 | |
parent | 7b7142bcc0b95289c099021668c536cf195928ea (diff) |
devcb: Eliminate legacy callback syntax (nw)
Diffstat (limited to 'src/devices/bus/comx35')
-rw-r--r-- | src/devices/bus/comx35/exp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/exp.h b/src/devices/bus/comx35/exp.h index dea67184e06..1facb388037 100644 --- a/src/devices/bus/comx35/exp.h +++ b/src/devices/bus/comx35/exp.h @@ -59,7 +59,6 @@ public: comx_expansion_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); - template <class Object> devcb_base &set_irq_wr_callback(Object &&cb) { return m_write_irq.set_callback(std::forward<Object>(cb)); } auto irq_callback() { return m_write_irq.bind(); } uint8_t mrd_r(offs_t offset, int *extrom); |