summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053250.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053250.h')
-rw-r--r--src/mame/video/k053250.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/video/k053250.h b/src/mame/video/k053250.h
index c0f54a4d0bd..2faee31c6d9 100644
--- a/src/mame/video/k053250.h
+++ b/src/mame/video/k053250.h
@@ -23,7 +23,11 @@ class k053250_device : public device_t,
public:
k053250_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- void set_offsets(int offx, int offy);
+ void set_offsets(int offx, int offy)
+ {
+ m_offx = offx;
+ m_offy = offy;
+ }
DECLARE_READ16_MEMBER(reg_r);
DECLARE_WRITE16_MEMBER(reg_w);