Previous 199869 Revisions Next

r21434 Monday 25th February, 2013 at 01:49:13 UTC by David Haywood
less aggressive application
[src/mame/drivers]coolridr.c

trunk/src/mame/drivers/coolridr.c
r21433r21434
711711         { \
712712            /* mm cccc cccc */ \
713713            UINT16 rawdat = (compdata & 0x0ff); \
714            if (rawdat > (b2altpenmask + 0x48)) /* does this have to be turned on by b1mode? does it affect the other colour depths too? */ \
714            if (b1mode && (rawdat > (b2altpenmask + 0x48))) /* does this have to be turned on by b1mode? road ends up with some bad pixels otherwise but maybe the calc is wrong... does it affect the other colour depths too? */ \
715715               tempshape[data_written^writeaddrxor] = rearranged_16bit_gfx[color_offs2 + (rawdat )+0x48]; /* bike wheels + brake light */ \
716716            else \
717717               tempshape[data_written^writeaddrxor] = rearranged_16bit_gfx[color_offs + (rawdat )+0x48]; /* +0x48 crt test end of blue, start of white */ \

Previous 199869 Revisions Next


© 1997-2024 The MAME Team