summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/wd33c93.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/wd33c93.h')
-rw-r--r--src/emu/machine/wd33c93.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/wd33c93.h b/src/emu/machine/wd33c93.h
index ce1e4f6b0e4..f89671b4c1e 100644
--- a/src/emu/machine/wd33c93.h
+++ b/src/emu/machine/wd33c93.h
@@ -53,7 +53,7 @@ class wd33c93_device : public device_t
public:
// construction/destruction
wd33c93_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
template<class _Object> static devcb2_base &set_irq_callback(device_t &device, _Object object) { return downcast<wd33c93_device &>(device).m_irq_cb.set_callback(object); }
DECLARE_READ8_MEMBER(read);