summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd33c93.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-09-04 19:12:23 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-09-04 19:12:23 +0200
commit502a131126d8906bb2e63b3215fcbfc4a91a746b (patch)
treee678b6eea62ed3fdfcb082619df9b05beb5c822b /src/devices/machine/wd33c93.h
parent618c4d7165a6f66e392ae533fbba82de13f42e23 (diff)
wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: removed MCFG macros (nw)
wd_fdc: started removing MCFG macros (nw)
Diffstat (limited to 'src/devices/machine/wd33c93.h')
-rw-r--r--src/devices/machine/wd33c93.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/machine/wd33c93.h b/src/devices/machine/wd33c93.h
index d7d14d91e37..f59169602c6 100644
--- a/src/devices/machine/wd33c93.h
+++ b/src/devices/machine/wd33c93.h
@@ -12,9 +12,6 @@
#include "legscsi.h"
-#define MCFG_WD33C93_IRQ_CB(cb) \
- downcast<wd33c93_device &>(*device).set_irq_callback((DEVCB_##cb));
-
class wd33c93_device : public legacy_scsi_host_adapter
{
public:
@@ -26,7 +23,6 @@ public:
wd33c93_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_cb() { return m_irq_cb.bind(); }
DECLARE_READ8_MEMBER(read);