summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k001005.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k001005.h')
-rw-r--r--src/mame/video/k001005.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k001005.h b/src/mame/video/k001005.h
index e20dcd811d8..1dc6cd745d9 100644
--- a/src/mame/video/k001005.h
+++ b/src/mame/video/k001005.h
@@ -104,7 +104,7 @@ class k001005_device : public device_t, public device_video_interface
public:
k001005_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- void set_texel_chip(const char *tag);
+ void set_texel_chip(const char *tag) { m_k001006_tag = tag; }
void draw(bitmap_rgb32 &bitmap, const rectangle &cliprect);
void swap_buffers();