summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9345.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9345.cpp')
-rw-r--r--src/devices/video/ef9345.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ef9345.cpp b/src/devices/video/ef9345.cpp
index 1daf7b5fde7..cc381324796 100644
--- a/src/devices/video/ef9345.cpp
+++ b/src/devices/video/ef9345.cpp
@@ -845,7 +845,7 @@ void ef9345_device::ef9345_exec(uint8_t cmd)
if (cmd&1)
{
if ((m_registers[7] & 0x80) == 0x00) { m_registers[7] |= 0x80; return; }
- m_registers[7] &= 0x80;
+ m_registers[7] &= ~0x80;
inc_x(7);
}
break;