summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/dl1416.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/dl1416.h')
-rw-r--r--src/emu/video/dl1416.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/dl1416.h b/src/emu/video/dl1416.h
index 6cc0db13899..80d0192e6f0 100644
--- a/src/emu/video/dl1416.h
+++ b/src/emu/video/dl1416.h
@@ -34,7 +34,7 @@ class dl1416_device : public device_t
public:
dl1416_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
~dl1416_device() {}
-
+
template<class _Object> static devcb2_base &set_update_handler(device_t &device, _Object object) { return downcast<dl1416_device &>(device).m_update.set_callback(object); }
/* inputs */