summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007342.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007342.h')
-rw-r--r--src/mame/video/k007342.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k007342.h b/src/mame/video/k007342.h
index 734ab40fc97..684796ca463 100644
--- a/src/mame/video/k007342.h
+++ b/src/mame/video/k007342.h
@@ -14,7 +14,7 @@ public:
k007342_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration
- void set_gfxdecode_tag(const char *tag);
+ void set_gfxdecode_tag(const char *tag) { m_gfxdecode.set_tag(tag); }
void set_gfxnum(int gfxnum) { m_gfxnum = gfxnum; }
void set_callback(k007342_delegate callback) { m_callback = callback; }