summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decbac06.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decbac06.cpp')
-rw-r--r--src/mame/video/decbac06.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mame/video/decbac06.cpp b/src/mame/video/decbac06.cpp
index 87f43a58d4a..5e56f533083 100644
--- a/src/mame/video/decbac06.cpp
+++ b/src/mame/video/decbac06.cpp
@@ -93,16 +93,6 @@ deco_bac06_device::deco_bac06_device(const machine_config &mconfig, const char *
}
}
-//-------------------------------------------------
-// set_gfxdecode_tag: Set the tag of the
-// gfx decoder
-//-------------------------------------------------
-
-void deco_bac06_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
void deco_bac06_device::device_start()
{
if(!m_gfxdecode->started())
@@ -134,13 +124,6 @@ void deco_bac06_device::device_reset()
{
}
-void deco_bac06_device::set_gfx_region_wide(int region8x8, int region16x16, int wide)
-{
- m_gfxregion8x8 = region8x8;
- m_gfxregion16x16 = region16x16;
- m_wide = wide;
-}
-
void deco_bac06_device::set_flip_screen(bool flip)
{
if (m_flip_screen != flip)