fix mantis 02605 'Wrong colors in Funny Mouse and clone. '

This commit is contained in:
davidhay 2008-11-01 11:16:58 +00:00
parent e03868c87a
commit c9e94756cc

View File

@ -103,7 +103,7 @@ PALETTE_INIT( suprmous )
UINT8 g = BITSWAP8(color_prom[i + 0x20], 7, 6, 0, 1, 2, 3, 4, 5) & 0x1f;
UINT8 b = BITSWAP8(color_prom[i + 0x00], 0, 1, 2, 3, 4, 5, 6, 7) & 0x1f;
palette_set_color_rgb(machine, i + 8, pal5bit(r), pal5bit(g), pal5bit(b));
palette_set_color_rgb(machine, i, pal5bit(r), pal5bit(g), pal5bit(b));
}
/* allocate primary colors for the background and foreground