summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053250_ps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053250_ps.cpp')
-rw-r--r--src/mame/video/k053250_ps.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/video/k053250_ps.cpp b/src/mame/video/k053250_ps.cpp
index 64e9b497aa6..3c4fce4022d 100644
--- a/src/mame/video/k053250_ps.cpp
+++ b/src/mame/video/k053250_ps.cpp
@@ -49,12 +49,6 @@ k053250ps_device::k053250ps_device(const machine_config &mconfig, const char *ta
{
}
-void k053250ps_device::set_offsets(int offx, int offy)
-{
- m_offx = offx;
- m_offy = offy;
-}
-
void k053250ps_device::unpack_nibbles()
{
m_unpacked_rom.resize(m_rom.length()*2);