summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2017-09-09 07:55:54 +0200
committer angelosa <salese_corp_ltd@email.it>2017-09-09 07:55:54 +0200
commit7c7a2374dabc776e28f7998678ded04a890d5eab (patch)
tree252a2aec8c99d21a0b0fc9d4fc2031ec0b81da87 /src/devices
parent621a418c037d4b0f5fe081a1a32f6966ab5befcb (diff)
mazerbla.cpp: input cleanups (nw)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/video/mb_vcu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/mb_vcu.cpp b/src/devices/video/mb_vcu.cpp
index eb14a1df884..8cfc556521f 100644
--- a/src/devices/video/mb_vcu.cpp
+++ b/src/devices/video/mb_vcu.cpp
@@ -365,7 +365,7 @@ READ8_MEMBER( mb_vcu_device::load_gfx )
pen = m_color2 >> 4;
break;
}
-
+
if(pen != 0xf || opaque_pen)
write_byte(dstx|dsty<<8|cur_layer<<16|m_vbank<<18, pen);
}