summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053250.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053250.cpp')
-rw-r--r--src/mame/video/k053250.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/video/k053250.cpp b/src/mame/video/k053250.cpp
index 0f8c5b83b1a..1aa7165253b 100644
--- a/src/mame/video/k053250.cpp
+++ b/src/mame/video/k053250.cpp
@@ -15,11 +15,10 @@ k053250_device::k053250_device(const machine_config &mconfig, const char *tag, d
{
}
-void k053250_device::static_set_offsets(device_t &device, int offx, int offy)
+void k053250_device::set_offsets(int offx, int offy)
{
- k053250_device &dev = downcast<k053250_device &>(device);
- dev.m_offx = offx;
- dev.m_offy = offy;
+ m_offx = offx;
+ m_offy = offy;
}
void k053250_device::unpack_nibbles()