summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decocomn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decocomn.h')
-rw-r--r--src/mame/video/decocomn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decocomn.h b/src/mame/video/decocomn.h
index 7dc5f0ebabb..77c19e42023 100644
--- a/src/mame/video/decocomn.h
+++ b/src/mame/video/decocomn.h
@@ -23,7 +23,7 @@ public:
decocomn_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration
- void set_palette_tag(const char *tag);
+ void set_palette_tag(const char *tag) { m_palette.set_tag(tag); }
DECLARE_WRITE16_MEMBER( buffered_palette_w );
DECLARE_WRITE16_MEMBER( palette_dma_w );