summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9340_1.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-08-02 00:12:25 +0200
committer hap <happppp@users.noreply.github.com>2022-08-02 00:16:14 +0200
commit1525cc1ee31eec9ae7fb68ca32fabcb5f1ee571c (patch)
tree581fdc12435371203c60d9546bf9c49e39c12475 /src/devices/video/ef9340_1.cpp
parent36404db06478a25542600d73635f91eed66991cd (diff)
misc hap devices: move variables init to device_start
Diffstat (limited to 'src/devices/video/ef9340_1.cpp')
-rw-r--r--src/devices/video/ef9340_1.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/ef9340_1.cpp b/src/devices/video/ef9340_1.cpp
index c59be4cc611..deb26990e16 100644
--- a/src/devices/video/ef9340_1.cpp
+++ b/src/devices/video/ef9340_1.cpp
@@ -42,6 +42,8 @@ ef9340_1_device::ef9340_1_device(const machine_config &mconfig, const char *tag,
, m_write_exram(*this)
, m_read_exram(*this)
{
+ m_offset_x = 0;
+ m_offset_y = 0;
}