summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/f3853.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/f3853.h')
-rw-r--r--src/devices/machine/f3853.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/f3853.h b/src/devices/machine/f3853.h
index 05c0f213699..3cc3b07b524 100644
--- a/src/devices/machine/f3853.h
+++ b/src/devices/machine/f3853.h
@@ -44,7 +44,7 @@
//**************************************************************************
#define MCFG_F3853_EXT_INPUT_CB(_class, _method) \
- f3853_device::set_interrupt_req_callback(*device, f3853_device::interrupt_req_delegate(&_class::_method, #_class "::" #_method, downcast<_class *>(owner)));
+ f3853_device::set_interrupt_req_callback(*device, f3853_device::interrupt_req_delegate(&_class::_method, #_class "::" #_method, this));
/***************************************************************************
TYPE DEFINITIONS