summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/catseye.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/catseye.cpp')
-rw-r--r--src/devices/video/catseye.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/video/catseye.cpp b/src/devices/video/catseye.cpp
index c79e3b246f5..bd3cfa66d93 100644
--- a/src/devices/video/catseye.cpp
+++ b/src/devices/video/catseye.cpp
@@ -878,6 +878,10 @@ READ16_MEMBER(catseye_device::ctrl_r)
}
switch(offset) {
+ case TOPCAT_REG_WMOVE_ACTIVE:
+ ret = 0;
+ break;
+
case TOPCAT_REG_ENABLE_BLINK_PLANES:
ret = m_blink_enable;
break;