summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k057714.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k057714.c')
-rw-r--r--src/mame/video/k057714.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k057714.c b/src/mame/video/k057714.c
index 022db682b3f..2ab8685cf56 100644
--- a/src/mame/video/k057714.c
+++ b/src/mame/video/k057714.c
@@ -343,7 +343,7 @@ int k057714_device::draw(screen_device &screen, bitmap_ind16 &bitmap, const rect
// UINT16 pix3 = vram16[fbaddr3 ^ NATIVE_ENDIAN_VALUE_LE_BE(1,0)];
d[i] = 0;
-
+
if (pix2 & 0x8000)
{
d[i] = pix2 & 0x7fff;