summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/jack.c')
-rw-r--r--src/mame/video/jack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/jack.c b/src/mame/video/jack.c
index 30bed5bbc35..696e0b1e8f1 100644
--- a/src/mame/video/jack.c
+++ b/src/mame/video/jack.c
@@ -43,7 +43,7 @@ static TILE_GET_INFO( get_bg_tile_info )
{
int code = videoram[tile_index] + ((colorram[tile_index] & 0x18) << 5);
int color = colorram[tile_index] & 0x07;
-
+
// striv: colorram[tile_index] & 0x80 ???
SET_TILE_INFO(0, code, color, 0);