summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fuukifg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fuukifg.h')
-rw-r--r--src/mame/video/fuukifg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fuukifg.h b/src/mame/video/fuukifg.h
index 365b4b00fc7..209de2bde9c 100644
--- a/src/mame/video/fuukifg.h
+++ b/src/mame/video/fuukifg.h
@@ -13,7 +13,7 @@ public:
fuukivid_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration
- void set_gfxdecode_tag(const char *tag);
+ void set_gfxdecode_tag(const char *tag) { m_gfxdecode.set_tag(tag); }
void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int flip_screen, uint32_t* tilebank);
std::unique_ptr<uint16_t[]> m_sprram;