summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/zeus2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/zeus2.h')
-rw-r--r--src/devices/video/zeus2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/video/zeus2.h b/src/devices/video/zeus2.h
index c1b8ba3587c..14fc716286f 100644
--- a/src/devices/video/zeus2.h
+++ b/src/devices/video/zeus2.h
@@ -299,8 +299,6 @@ public:
if (m_zeusbase[0x5e] & 0x40)
{
m_zeusbase[0x51]++;
- //m_zeusbase[0x51] += (m_zeusbase[0x51] & 0x200) << 7;
- //m_zeusbase[0x51] &= ~0xfe00;
m_zeusbase[0x51] += (m_zeusbase[0x51] & 0x200) << 7;
m_zeusbase[0x51] &= ~0xfe00;
}