summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k001005.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k001005.cpp')
-rw-r--r--src/mame/video/k001005.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/k001005.cpp b/src/mame/video/k001005.cpp
index 317426da3a1..aa2c9f4f455 100644
--- a/src/mame/video/k001005.cpp
+++ b/src/mame/video/k001005.cpp
@@ -1462,7 +1462,7 @@ void k001005_device::draw( bitmap_rgb32 &bitmap, const rectangle &cliprect )
m_renderer->draw(bitmap, cliprect);
}
-void k001005_device::set_texel_chip(device_t &device, const char *tag)
+void k001005_device::set_texel_chip(const char *tag)
{
- downcast<k001005_device &>(device).m_k001006_tag = tag;
+ m_k001006_tag = tag;
}