summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mb_vcu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mb_vcu.cpp')
-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);
}