summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/avgdvg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/avgdvg.cpp')
-rw-r--r--src/mame/video/avgdvg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/avgdvg.cpp b/src/mame/video/avgdvg.cpp
index 0786b1d61ff..3b9e9db4392 100644
--- a/src/mame/video/avgdvg.cpp
+++ b/src/mame/video/avgdvg.cpp
@@ -1462,9 +1462,9 @@ void dvg_device::device_start()
register_state();
}
-void avgdvg_device::static_set_vector_tag(device_t &device, const char *tag)
+void avgdvg_device::set_vector_tag(const char *tag)
{
- downcast<avgdvg_device &>(device).m_vector.set_tag(tag);
+ m_vector.set_tag(tag);
}
avgdvg_device::avgdvg_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock)