summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vs920a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/vs920a.h')
-rw-r--r--src/mame/video/vs920a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/vs920a.h b/src/mame/video/vs920a.h
index b20d18e8c10..b32412dc497 100644
--- a/src/mame/video/vs920a.h
+++ b/src/mame/video/vs920a.h
@@ -9,8 +9,8 @@
class vs920a_text_tilemap_device : public device_t
{
public:
- void set_gfxdecode_tag(const char *tag);
- void set_gfx_region(int gfxregion);
+ void set_gfxdecode_tag(const char *tag) { m_gfxdecode.set_tag(tag); }
+ void set_gfx_region(int gfxregion) { m_gfx_region = gfxregion; }
vs920a_text_tilemap_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);