summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decodmd1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decodmd1.h')
-rw-r--r--src/mame/video/decodmd1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decodmd1.h b/src/mame/video/decodmd1.h
index 4c2624655a4..f94fb3da776 100644
--- a/src/mame/video/decodmd1.h
+++ b/src/mame/video/decodmd1.h
@@ -45,7 +45,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(rowclock_w);
DECLARE_WRITE_LINE_MEMBER(test_w);
- void set_gfxregion(const char *tag);
+ void set_gfxregion(const char *tag) { m_gfxtag = tag; }
void decodmd1_io_map(address_map &map);
void decodmd1_map(address_map &map);