summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segaic16.cpp')
-rw-r--r--src/mame/video/segaic16.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mame/video/segaic16.cpp b/src/mame/video/segaic16.cpp
index b80c90f981f..69250c997ab 100644
--- a/src/mame/video/segaic16.cpp
+++ b/src/mame/video/segaic16.cpp
@@ -389,23 +389,6 @@ segaic16_video_device::segaic16_video_device(const machine_config &mconfig, cons
m_pagelatch_cb = segaic16_video_pagelatch_delegate(FUNC(segaic16_video_device::tilemap_16b_fill_latch), this);
}
-void segaic16_video_device::set_pagelatch_cb(segaic16_video_pagelatch_delegate newtilecb)
-{
- m_pagelatch_cb = newtilecb;
-}
-
-
-//-------------------------------------------------
-// set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void segaic16_video_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
-
void segaic16_video_device::device_start()
{
if(!m_gfxdecode->started())