summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd2.h')
-rw-r--r--src/mame/video/decodmd2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decodmd2.h b/src/mame/video/decodmd2.h
index 0d0d69d1a2b..c2fd8701f1b 100644
--- a/src/mame/video/decodmd2.h
+++ b/src/mame/video/decodmd2.h
@@ -35,7 +35,7 @@ public:
DECLARE_READ8_MEMBER(status_r);
DECLARE_WRITE8_MEMBER(status_w);
- void set_gfxregion(const char *tag);
+ void set_gfxregion(const char *tag) { m_gfxtag = tag; }
void decodmd2_map(address_map &map);
protected: