summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tc009xlvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tc009xlvc.cpp')
-rw-r--r--src/devices/machine/tc009xlvc.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/machine/tc009xlvc.cpp b/src/devices/machine/tc009xlvc.cpp
index a0ca847f0cf..808dbba0574 100644
--- a/src/devices/machine/tc009xlvc.cpp
+++ b/src/devices/machine/tc009xlvc.cpp
@@ -175,17 +175,6 @@ tc0091lvc_device::tc0091lvc_device(const machine_config &mconfig, const char *ta
{
}
-//-------------------------------------------------
-// static_set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void tc0091lvc_device::static_set_gfxdecode_tag(device_t &device, const char *tag)
-{
- downcast<tc0091lvc_device &>(device).m_gfxdecode.set_tag(tag);
-}
-
-
TILE_GET_INFO_MEMBER(tc0091lvc_device::get_bg0_tile_info)
{
int attr = m_vram0[2 * tile_index + 1];