summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0280grd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0280grd.h')
-rw-r--r--src/mame/video/tc0280grd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0280grd.h b/src/mame/video/tc0280grd.h
index 629ed2ea211..5d4841e12e6 100644
--- a/src/mame/video/tc0280grd.h
+++ b/src/mame/video/tc0280grd.h
@@ -11,7 +11,7 @@ public:
tc0280grd_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_gfx_region(int gfxregion) { m_gfxnum = gfxregion; }
DECLARE_READ16_MEMBER( tc0280grd_word_r );