Previous 199869 Revisions Next

r31955 Saturday 6th September, 2014 at 21:06:37 UTC by O. Galibert
more blending fixes (nw)
[src/mame/drivers]raiden2.c

trunk/src/mame/drivers/raiden2.c
r31954r31955
10851085   const UINT8 alpha_active[0x20] = { // MSB first
10861086      //00    08    10    18    20    28    30    38    40    48    50    58    60    68    70    78
10871087      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2f, 0x3f, 0x73, 0xff, 0xfc, 0xf0, 0x04, 0x47,
1088      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x10, 0x08
1088      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xfb, 0x08
10891089   };
10901090
10911091   const pen_t *pens = &m_palette->pen(0);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team