summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007121.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007121.h')
-rw-r--r--src/mame/video/k007121.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k007121.h b/src/mame/video/k007121.h
index b02fa78804c..21ea8d1bb68 100644
--- a/src/mame/video/k007121.h
+++ b/src/mame/video/k007121.h
@@ -11,7 +11,7 @@ class k007121_device : public device_t
public:
k007121_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- void set_palette_tag(const char *tag);
+ void set_palette_tag(const char *tag) { m_palette.set_tag(tag); }
uint8_t ctrlram_r(int offset);
DECLARE_WRITE8_MEMBER( ctrl_w );