summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/spbactn.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-02-11 07:44:56 +0000
commita440a8e0200a36491ae540f6f00beae59c148549 (patch)
treeb4c31ebadaa2857396c37178674086420bf1658f /src/mame/video/spbactn.c
parent4b0b4e6b2fa7eb5105859f561354662d479f53be (diff)
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mame/video/spbactn.c')
-rw-r--r--src/mame/video/spbactn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/spbactn.c b/src/mame/video/spbactn.c
index c2213592bda..2cec9383b79 100644
--- a/src/mame/video/spbactn.c
+++ b/src/mame/video/spbactn.c
@@ -59,7 +59,7 @@ TILE_GET_INFO_MEMBER(spbactn_state::get_fg_tile_info)
int tileno = m_fgvideoram[tile_index+0x2000];
int color = ((attr & 0x00f0)>>4);
-
+
/* blending */
if (attr & 0x0008)
color += 0x00f0;