summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmo_spr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmo_spr.cpp')
-rw-r--r--src/mame/video/tecmo_spr.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mame/video/tecmo_spr.cpp b/src/mame/video/tecmo_spr.cpp
index 2807fdd4e12..8a779ceb10a 100644
--- a/src/mame/video/tecmo_spr.cpp
+++ b/src/mame/video/tecmo_spr.cpp
@@ -35,22 +35,6 @@ void tecmo_spr_device::device_reset()
}
-void tecmo_spr_device::set_gfx_region(int gfxregion)
-{
- m_gfxregion = gfxregion;
-}
-
-void tecmo_spr_device::set_bootleg(int bootleg)
-{
- m_bootleg = bootleg;
-}
-
-void tecmo_spr_device::set_yoffset(int yoffset)
-{
- m_yoffset = yoffset;
-}
-
-
static const uint8_t layout[8][8] =
{
{ 0, 1, 4, 5, 16, 17, 20, 21 },