summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segaic16.h')
-rw-r--r--src/mame/video/segaic16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/segaic16.h b/src/mame/video/segaic16.h
index 2dc319482e7..8415c570cc9 100644
--- a/src/mame/video/segaic16.h
+++ b/src/mame/video/segaic16.h
@@ -102,8 +102,8 @@ public:
segaic16_video_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration
- void set_gfxdecode_tag(const char *tag);
- void set_pagelatch_cb(segaic16_video_pagelatch_delegate newtilecb);
+ void set_gfxdecode_tag(const char *tag) { m_gfxdecode.set_tag(tag); }
+ void set_pagelatch_cb(segaic16_video_pagelatch_delegate newtilecb) { m_pagelatch_cb = newtilecb; }
uint8_t m_display_enable;
optional_shared_ptr<uint16_t> m_tileram;