summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd3.h')
-rw-r--r--src/mame/video/decodmd3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decodmd3.h b/src/mame/video/decodmd3.h
index cc67b26a41c..e077c8a6a90 100644
--- a/src/mame/video/decodmd3.h
+++ b/src/mame/video/decodmd3.h
@@ -33,7 +33,7 @@ public:
DECLARE_WRITE16_MEMBER(crtc_register_w);
DECLARE_READ16_MEMBER(crtc_status_r);
- void set_gfxregion(const char *tag);
+ void set_gfxregion(const char *tag) { m_gfxtag = tag; }
void decodmd3_map(address_map &map);
protected: