summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr5380.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr5380.h')
-rw-r--r--src/devices/machine/ncr5380.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/ncr5380.h b/src/devices/machine/ncr5380.h
index b2f7e4f2509..9d9d7b96617 100644
--- a/src/devices/machine/ncr5380.h
+++ b/src/devices/machine/ncr5380.h
@@ -36,8 +36,6 @@ enum
// device stuff
-#define MCFG_NCR5380_IRQ_CB(_devcb) \
- downcast<ncr5380_device &>(*device).set_irq_callback(DEVCB_##_devcb);
class ncr5380_device : public legacy_scsi_host_adapter
{
@@ -45,7 +43,6 @@ public:
// construction/destruction
ncr5380_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- template <class Object> devcb_base &set_irq_callback(Object &&cb) { return m_irq_cb.set_callback(std::forward<Object>(cb)); }
auto irq_callback() { return m_irq_cb.bind(); }
// our API