summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pc090oj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pc090oj.cpp')
-rw-r--r--src/mame/video/pc090oj.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mame/video/pc090oj.cpp b/src/mame/video/pc090oj.cpp
index a1c86229bf6..9dbb902f727 100644
--- a/src/mame/video/pc090oj.cpp
+++ b/src/mame/video/pc090oj.cpp
@@ -90,26 +90,6 @@ pc090oj_device::pc090oj_device(const machine_config &mconfig, const char *tag, d
}
//-------------------------------------------------
-// set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void pc090oj_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
-//-------------------------------------------------
-// set_palette_tag: Set the tag of the
-// palette device
-//-------------------------------------------------
-
-void pc090oj_device::set_palette_tag(const char *tag)
-{
- m_palette.set_tag(tag);
-}
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------