summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74148.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74148.h')
-rw-r--r--src/devices/machine/74148.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74148.h b/src/devices/machine/74148.h
index a3f70b703a1..ffef3a75e07 100644
--- a/src/devices/machine/74148.h
+++ b/src/devices/machine/74148.h
@@ -95,7 +95,7 @@ DECLARE_DEVICE_TYPE(TTL74148, ttl74148_device)
#define MCFG_74148_OUTPUT_CB(_class, _method) \
- ttl74148_device::set_output_callback(*device, ttl74148_output_delegate(&_class::_method, #_class "::" #_method, downcast<_class *>(owner)));
+ ttl74148_device::set_output_callback(*device, ttl74148_output_delegate(&_class::_method, #_class "::" #_method, this));
#endif // MAME_DEVICES_MACHINE_74148_H