summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vs920a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/vs920a.cpp')
-rw-r--r--src/mame/video/vs920a.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mame/video/vs920a.cpp b/src/mame/video/vs920a.cpp
index 23a61c540bc..02c7911f315 100644
--- a/src/mame/video/vs920a.cpp
+++ b/src/mame/video/vs920a.cpp
@@ -61,19 +61,6 @@ void vs920a_text_tilemap_device::device_reset()
{
}
-
-void vs920a_text_tilemap_device::set_gfx_region(int gfxregion)
-{
- m_gfx_region = gfxregion;
-}
-
-void vs920a_text_tilemap_device::set_gfxdecode_tag(const char *tag)
-{
- m_gfxdecode.set_tag(tag);
-}
-
-
-
TILE_GET_INFO_MEMBER(vs920a_text_tilemap_device::get_tile_info)
{
int data;